summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Unroll the network qos policy functional testsDean Troyer2017-09-171-33/+42
| | | | | | | These seem to have gotten a bit racy in the last revision, just do it the long way now. Change-Id: I3748b8b4f264dbfa8c991b32653682e5c86eeb4c
* Merge "Attempt to work around chronically failing server issues with ↵Jenkins2017-09-162-4/+15
|\ | | | | | | aggregates and qos"
| * Attempt to work around chronically failing server issues with aggregates and qosDean Troyer2017-09-152-4/+15
| | | | | | | | | | | | | | | | So yeah, this is not kosher for functional tests, but we're testing the client interaction, not the raciness of Nova or Neutron. Failure to delete is not our problem. Change-Id: I21043f1de0fbacee1aec63110fb12a7cff42e0a0
* | Merge "Updates for stestr"Jenkins2017-09-153-0/+8
|\ \
| * | Updates for stestrDean Troyer2017-09-153-0/+8
| |/ | | | | | | Change-Id: I860981f06e31abda3141a0cb4fd13a0d49080b50
* | Fix subunit collection in functional tests with ostestr>=1.0.0Matthew Treinish2017-09-152-0/+16
|/ | | | | | | | | With the release of os-testr 1.0.0 stestr is used internally and because of that the repository dir and commands to get subunit are different. This commit updates the post-test hook to get the subunit stream if ostestr>=1.0.0 is used. Change-Id: I2cce7f4780ce418398b17a5848def9072372841e
* Merge "Updated from global requirements"Jenkins2017-09-131-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2017-09-131-1/+1
| | | | | | | | Change-Id: Ibeed9c623a6ef1c641c121a2b5ee75920346056f
* | Merge "Fix output for subnet show"Jenkins2017-09-131-1/+1
|\ \ | |/ |/|
| * Fix output for subnet showJens Harbott2017-09-121-1/+1
| | | | | | | | | | | | | | | | | | The use_default_subnet_pool column is never returned by the API, it is only being used in the request to create a subnet. So make sure that we do not show it when displaying a subnet. Change-Id: Ie021149cceb8f89b779ad0f3c13ac60420509671 Related-Bug: 1668223
* | Merge "Correct import of keystoneauth1 session"Jenkins2017-09-131-1/+1
|\ \
| * | Correct import of keystoneauth1 sessionGage Hugo2017-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | keystoneclient.session has been long deprecated in favor of keystoneauth1.session. This change corrects the import in the tests to use the correct library's session. Change-Id: Ic24ebde59e4b9eb70d6f14c1e0536f8d24f0de73
* | | Updated from global requirementsOpenStack Proposal Bot2017-09-132-8/+8
| | | | | | | | | | | | Change-Id: I30be8748ef78604eb63c61e1dcf5fc5a740822aa
* | | Skip Volume v1 functional tests if v1 not presentDean Troyer2017-09-121-3/+24
|/ / | | | | | | | | | | | | | | Volume v1 is gone in Queens Just skip it for now until DevStack does not create a v1 endpoint Change-Id: I2aa2f78b0d5c8ac2048c922c7835e5c4574028cc
* | Updated from global requirementsOpenStack Proposal Bot2017-09-061-2/+2
| | | | | | | | Change-Id: I1c5bc67d82b7a123530a7e8a6af5ca4f7faf53f0
* | Updated from global requirementsOpenStack Proposal Bot2017-09-011-1/+1
| | | | | | | | Change-Id: If52bacff8458010d2762bfac5ecea29f5fb54f01
* | Merge "Update image cli doc and fix some typos"Jenkins2017-08-252-28/+38
|\ \
| * | Update image cli doc and fix some typoslihaijing2017-08-252-28/+38
| |/ | | | | | | | | Change-Id: I0a8d095e51a96804c97612e28fac2d00aa94c638 Closes-Bug: #1711284
* | Merge "Convert remaining network functional tests to JSON"Jenkins2017-08-252-55/+39
|\ \ | |/ |/|
| * Convert remaining network functional tests to JSONAkihiro Motoki2017-08-232-55/+39
| | | | | | | | Change-Id: Ib7dff5506cc69549b5b1fbb8bf6e649468563dd6
* | Merge "Convert network qos functional tests to JSON"Jenkins2017-08-243-233/+193
|\ \ | |/
| * Convert network qos functional tests to JSONAkihiro Motoki2017-08-233-233/+193
| | | | | | | | Change-Id: Ie5cde2f927ec6abb6334ea01adfb06749384ed01
* | Merge "Updated from global requirements"Jenkins2017-08-241-1/+1
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2017-08-241-1/+1
| | | | | | | | | | | | Change-Id: I45705bad68f0615dbf09d46a2a487b9fed1abb10
* | | Merge "Convert network security group functional tests to JSON"Jenkins2017-08-242-106/+52
|\ \ \ | | |/ | |/|
| * | Convert network security group functional tests to JSONAkihiro Motoki2017-08-232-106/+52
| | | | | | | | | | | | Change-Id: Icb63aa0dfbce9016fb824f97915a660cf130d120
* | | Merge "flake8-import-order: Ensure to place project imports last"Jenkins2017-08-245-6/+8
|\ \ \ | |_|/ |/| |
| * | flake8-import-order: Ensure to place project imports lastAkihiro Motoki2017-08-225-6/+8
| |/ | | | | | | | | | | | | | | To ensure project imports are placed after third party import, we need to specify application-import-names. Previously flake8-import-check checked only standard imports or not. Change-Id: Iad7afa456cec7cf5b44955f1ea03c593a4c0e426
* | Merge "Implied Roles"Jenkins2017-08-236-0/+411
|\ \
| * | Implied RolesHarry Rybacki2017-08-226-0/+411
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow the user to create an inference rule between two roles. The first, called the prior role is the role explicitly assigned to an individual. The second, called the implied role, is one that the user gets implicitly. For example: Role B implies Role A. User X is assigned Role B. Therefore User X also assigned Role A. The management and maintenance of the rules is performed in the Keystone server. Change-Id: If547c2f16e812bc7fffd742ec37e6a26011f3185
* | Fix "openstack image unset" command's help message typolihaijing2017-08-231-2/+2
|/ | | | | Change-Id: Ie286d9ee6054cc2126473d7e6e77bafbfd80023b Closes-Bug: #1712473
* Merge "auto-generate object docs"Jenkins2017-08-184-363/+40
|\
| * auto-generate object docsSteve Martinelli2017-08-174-363/+40
| | | | | | | | Change-Id: I832eade2ddab754664e5f57b9764e524e655e616
* | Updated from global requirementsOpenStack Proposal Bot2017-08-181-3/+3
| | | | | | | | Change-Id: I5f7fdc751e6a9078eb1eb55f5b5015a56ff668cc
* | Merge "Use flake8-import-order plugin"Jenkins2017-08-1742-35/+49
|\ \
| * | Use flake8-import-order pluginAkihiro Motoki2017-08-1742-35/+49
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In reviews we usually check import grouping but it is boring. By using flake8-import-order plugin, we can avoid this. It enforces loose checking so it sounds good to use it. This flake8 plugin is already used in tempest. Note that flake8-import-order version is pinned to avoid unexpected breakage of pep8 job. Setup for unit tests of hacking rules is tweaked to disable flake8-import-order checks. This extension assumes an actual file exists and causes hacking rule unit tests. Change-Id: I12b596820727aeeb379bee16c2bc993dee9eb637
* | Merge "Allow PD as Subnetpool during Subnet creations"Jenkins2017-08-173-1/+19
|\ \
| * | Allow PD as Subnetpool during Subnet creationsReedip2017-08-173-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit now allows user to specify 'prefix_delegation' as a Subnetpool during Subnet creation by using the new --use-prefix-delegation option so that the IPv6 prefixes can be delegated to routers set up by the cloud admins. Change-Id: I67e5d81c4155db2e3c5c41ee1df77f2d77a17689 Closes-Bug: #1513894
* | | Revert "Disable karborclient until a fixed version is released"Akihiro Motoki2017-08-171-5/+5
| |/ |/| | | | | | | | | | | | | | | Fixed karborclient has been released. The problem only exists in karborclient 0.4.0 and the current version is 0.6.0. This reverts commit 99a502b203235a62c4ec478df81246cec39a0b7b. Change-Id: Ie28fa1e0502792c87e68ab1c009b3349c739892b
* | Imported Translations from ZanataOpenStack Proposal Bot2017-08-163-964/+6805
| | | | | | | | | | | | | | For more information about this automatic import see: http://docs.openstack.org/developer/i18n/reviewing-translation-import.html Change-Id: I33c68188f316b533cc702e0b3ef97c854681bca1
* | Merge "Convert network segment functional tests to JSON"Jenkins2017-08-141-45/+99
|\ \
| * | Convert network segment functional tests to JSONDean Troyer2017-08-131-45/+99
| | | | | | | | | | | | Change-Id: I8dc1e992d54c63c93bbe2bdd7acba61a7a6773d0
* | | Merge "Add .htaccess for docs migration"Jenkins2017-08-112-0/+25
|\ \ \
| * | | Add .htaccess for docs migrationDean Troyer2017-08-072-0/+25
| |/ / | | | | | | | | | Change-Id: I413a6d059f4eb751ca5c8b5a9b61740ac93680b1
* | | Update release/stable branch table in docsDean Troyer2017-08-101-0/+1
| | | | | | | | | | | | Change-Id: I0d18be4f2ed14137010693f41526a261a0acca3b
* | | Update reno for stable/pikeOpenStack Release Bot2017-08-102-0/+7
| | | | | | | | | | | | Change-Id: Ieea72b22a55b29283705e957a973a46f2e6c5848
* | | Merge "Add new commands for karbor osc plugin"Jenkins2017-08-091-0/+1
|\ \ \ | |_|/ |/| |
| * | Add new commands for karbor osc pluginchenying2017-08-071-0/+1
| |/ | | | | | | | | | | | | These command operationlog are implemented in the latest python-karborclient project. Change-Id: Icfafcb7cbcc5052f75b5136443935e05e1c9ec84
* | Updated from global requirementsOpenStack Proposal Bot2017-08-072-2/+2
|/ | | | Change-Id: I6f384b021b5ae73152192c5b4c2bab190db88251
* Replace guildelines with guidelinesyang wang2017-08-041-1/+1
| | | | Change-Id: I9c4f15d320e2c506c16634a5a0e2fc324101189a