summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Imported Translations from ZanataOpenStack Proposal Bot2018-03-011-46/+4
| | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ie76221736bb0fda2d7f4ee114787e5b11fc734ac
* Merge "Add support for endpoint group commands"Zuul2018-02-256-0/+384
|\
| * Add support for endpoint group commandsJose Castro Leon2018-02-236-0/+384
| | | | | | | | | | | | | | | | | | | | Implements the commands for endpoint group filter management. Includes the CRUD management of the endpoint groups and the association management between them and the projects that are using this method. Implements: blueprint keystone-endpoint-filter Change-Id: I4265f7f8598d028191e90d76781b7b6ece6fef64
* | Merge "Add project tags functionality"Zuul2018-02-257-5/+278
|\ \
| * | Add project tags functionalityGage Hugo2018-02-237-5/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds tags functionality for projects in keystone. A user can add a single tag with "--tag", chain "--tag" to add multiple tags, or clear tags with "--no-tag". Change-Id: I31cfef3e76dcefe299dacb00c11bb1a10a252628 Partially-Implements: bp project-tags
* | | Merge "Add support for "--dns-domain" argument"Zuul2018-02-245-2/+36
|\ \ \ | |_|/ |/| |
| * | Add support for "--dns-domain" argumentTytus Kurek2018-02-235-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patchset implements support for "--dns-domain" argument to the following commands: "openstack port create" / "openstack port set". Change-Id: I4bb001054b00a969b74db3bb310e567033bf589b Depends-On: https://review.openstack.org/#/c/500660/ Closes-Bug: #1714878 Partial-Bug: #1704769
* | | Merge "Zuul: Remove project name"Zuul2018-02-081-1/+0
|\ \ \
| * | | Zuul: Remove project nameJames E. Blair2018-02-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Zuul no longer requires the project-name for in-repo configuration. Omitting it makes forking or renaming projects easier. Change-Id: I92ea13e64dcdc24a8dd1fd6d17df9f771b2fc1e0
* | | | Make osc-functional-devstack-tips actually use tipsMonty Taylor2018-02-053-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The base job has tox_install_siblings: false - which we want. But that means we need tox_install_siblings: true on the tips job. While we're at it - add fetch-tox-output so that we have tox log files in the fetched build output for easier verification of what wound up installed. Don't look for ResourceNotFound string in test The string ResourceNotFound is not in the error string anymore. Look for the text that is. Depends-On: https://review.openstack.org/541033 Change-Id: Id6de1485bcafb41f238f3e74277094ce64a6acf4
* | | | Merge "Make functional-tips job voting"Zuul2018-01-311-1/+0
|\ \ \ \
| * | | | Make functional-tips job votingDean Troyer2017-12-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Depends-on: I57cf95763d54ad2060a4ce2af91c3ba18ca04db0 Change-Id: I6cc4421e4b55df84f494ab9bb18092dcc111baeb
* | | | | Merge "Fix tox -e venv -- reno new <slug>"Zuul2018-01-301-0/+4
|\ \ \ \ \
| * | | | | Fix tox -e venv -- reno new <slug>Matt Riedemann2018-01-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change I7e8c47dead1e019e8705db3ff7559dd39b1d90d9 broke the ability to create a new release note from the venv tox target because the reno requirement was moved from test-requirements.txt. This fixes it. Change-Id: Ifac83121388728fa445e0ed4433c9d981c057737
* | | | | | Use find_ip from openstacksdkMonty Taylor2018-01-292-143/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The find_ip from openstacksdk started being usable by OSC back in 0.9.15 but the local method never got replaced. Change-Id: I18a334280e5f384f8bb96198cdad79c612a02290
* | | | | | Updated from global requirementsOpenStack Proposal Bot2018-01-291-1/+1
|/ / / / / | | | | | | | | | | | | | | | Change-Id: I7febe9ca4d4c9ac5044208ff1816eab8f1d9452e
* | | | | Update reno for stable/queensOpenStack Release Bot2018-01-252-0/+7
| |/ / / |/| | | | | | | | | | | Change-Id: Iace9272b22ec8ccc8790e63c3f5e435d497c5e71
* | | | Updated from global requirements3.14.0OpenStack Proposal Bot2018-01-241-1/+1
| | | | | | | | | | | | | | | | Change-Id: I7b712b41e633f7e3dc40749b5a55706cb32fecee
* | | | Fix use of new openstacksdk connectionMonty Taylor2018-01-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We store the created conn on the instance, but we never pull it back off if there is already one present. Change-Id: I2d890dd206d4ddf67fa42d798e6fd2c652799785
* | | | Rework Network client config for new SDK ConnectionDean Troyer2018-01-221-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network.client.make_client() has always put a copy of it's SDK Connection directly into ClientManager, the new-style Connection create will move into osc-lib ClientManager, do it here too until then. Change-Id: I1edfd19c9e73320768fb9640931fafe857c980b4
* | | | Merge "Updated from global requirements"Zuul2018-01-221-1/+1
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Proposal Bot2018-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I72c81c299759b883e316b450716d1528bdb06308
* | | | | Merge "Replace assert with condition"Zuul2018-01-221-3/+1
|\ \ \ \ \
| * | | | | Replace assert with conditionPavlo Shchelokovskyy2018-01-221-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a piece of code in image client has some business logic behind assert, which can be lost when running python in optimized mode (-O). Change-Id: I2179970df495e1215d691915c51cebe5cb4541a7
* | | | | | Merge "Check that Glance returns image data before processing it"Zuul2018-01-223-0/+64
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Check that Glance returns image data before processing itMike Fedosin2018-01-053-0/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now if Glance v2 cannot find image data it returns an empty response with 204 status code, instead of raising an error. Glance client handles this situation and wraps the response with a RequestIdProxy object, whose 'wrapped' attribute is None. But when openstack client tries to parse this object using glanceclient's save_image util function, it fails with "NoneType object is not iterable" message, for the object doesn't contain any data. This patch adds additional check to prevent such behaviour and raises SystemExit exception if no data was returned from the server. Glance v1 is not affected, because it raises an error if can't find an image data. Change-Id: I016a60462ba586f9fa7585c2cfafffd7be38de7b Closes-Bug: #1741223
* | | | | | Corrected spelling mistakeDavid Rabel2018-01-191-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | in quotas -> in quotes Change-Id: I3adb1ccd8f3a9c495f0b9cf688aee5c4c1e63507
* | | | | Merge "Fix indentation in authentication.rst"Zuul2018-01-181-6/+6
|\ \ \ \ \
| * | | | | Fix indentation in authentication.rstDavid Rabel2018-01-171-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix indentation in doc/source/cli/authentication.rst Change-Id: I7d408e9d27a384903680303219f2578be0e2937e
* | | | | | Merge "Updated from global requirements"Zuul2018-01-181-1/+1
|\ \ \ \ \ \
| * | | | | | Updated from global requirementsOpenStack Proposal Bot2018-01-181-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: Ic5715c21e19d92c8f3d85091bfa41c28bb271c42
* | | | | | Merge "Partially Revert "Update new documentation PTI jobs""Zuul2018-01-181-2/+1
|\ \ \ \ \ \
| * | | | | | Partially Revert "Update new documentation PTI jobs"Doug Hellmann2018-01-171-2/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The zuul job figures out whether to run "setup.py build_sphinx" or "build-sphinx" based on whether the project is relying on pbr's ability to auto-generate API reference docs. Because we are relying on that, we want local builds to use "setup.py build_sphinx". This reverts commit 42e0037cd055d81d9452f046c347f8e469d27350. Change-Id: Ia01188110fa9c3ccaf3d794fa3a511a6780e683e
* | | | | | Merge "Use Zuul v3 fetch-subunit-output"Zuul2018-01-181-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use Zuul v3 fetch-subunit-outputAndreas Jaeger2018-01-161-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have consolidated the fetch output roles into one fetch-subunit-output, replace useage of old roles with new one. Depends-On: I0cdfc66ee8b046affeb0b071fef38c21cb7a4948 Change-Id: Iae2892d9b4cd870a11579434edc9ee66bd16798c
* | | | | | Updated from global requirementsOpenStack Proposal Bot2018-01-161-1/+1
|/ / / / / | | | | | | | | | | | | | | | Change-Id: I72311597c1b62d985282cef5e219c16cd6745b42
* | | | | Updated from global requirementsOpenStack Proposal Bot2018-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I90df2e58bb83239f5b041982844516eb34cb5656
* | | | | Merge "Add floating IP qos_policy actions"Zuul2018-01-115-3/+201
|\ \ \ \ \
| * | | | | Add floating IP qos_policy actionsLIU Yulong2018-01-115-3/+201
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we can associate a qos policy to the floating IP, and dissociate it. The commands are: $ openstack floating ip create --qos-policy ... $ openstack floating ip set --qos-policy ... $ openstack floating ip set --no-qos-policy ... $ openstack floating ip unset --qos-policy These commands are based on the neutron change: I4efe9e49d268dffeb3df4de4ea1780152218633b Partially-Implements blueprint: floating-ip-rate-limit Change-Id: I932b32f78cc5a2b53926feaec1a0b392cf7e8b57
* | | | | Updated from global requirementsOpenStack Proposal Bot2018-01-092-1/+4
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic85eb65f3f143fdfbf2b6fa71d7cdd6961b24c76
* | | | | Allow ports filtering with device_idHongbin Lu2018-01-034-1/+35
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now, if a neutron port is owned by a container powered by Kuryr, there is no way to list and filter those ports because OSC assumed a neutron port is owned by either a server or router. This patch adds support for that by introducing an option '--device-id' to the 'port list' command. Change-Id: Ib1fd27e8d843a99fb02ccabd8a12a24ac27cec9c
* | | | Merge "Update new documentation PTI jobs"Zuul2018-01-033-5/+15
|\ \ \ \
| * | | | Update new documentation PTI jobsGuoqiang Ding2017-12-283-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For compliance with the Project Testing Interface as described in [1]. For more detailed information, please refer to [2]. [1] https://governance.openstack.org/tc/reference/project-testing-interface.html [2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: I7e8c47dead1e019e8705db3ff7559dd39b1d90d9
* | | | | Merge "Allow port list to shown undefined attributes"Zuul2017-12-312-2/+14
|\ \ \ \ \
| * | | | | Allow port list to shown undefined attributesAkihiro Motoki2017-11-242-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At now, OSC command implementation extracts resource attributes based on a predefined column list, so if a user specifies an unknown attribute not defined in the column lists, such attribute will be ignored. In case of 'port list', the neutron port defines many attributes and it is not a good idea to show all attributes even in the long mode from the perspective of user experience. This commit consumes osc_lib.utils.calculate_headers_and_attrs() function to show undefined port attributes if requested in -c option. Closes-Bug: #1707848 Depends-On: I6c6bc3c6e3c769c96869fd76b9d9c1661280850e Change-Id: I130a6aed41d80603698b6cab0c9a1d1dc59df743
* | | | | | flavor: clarify --swap descriptionChen Hanxiao2017-12-282-2/+2
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --swap will add a additional storage device, which not affect the original swap partition/device. This patch will clarify this misleading description. Change-Id: Ic079c069985d39cc969b97876901007a81883f57 Signed-off-by: Chen Hanxiao <chenhx@certusnet.com.cn>
* | | | | Merge "Switch to use stestr directly"Zuul2017-12-273-13/+17
|\ \ \ \ \
| * | | | | Switch to use stestr directlyMasayuki Igawa2017-12-273-13/+17
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes to use stestr instead of ostestr directly. ostestr>1.0.0 has started to use stestr instead of testrepository. So there is no reason to use ostestr anymore. Change-Id: I6327d50c9f6dd19f1de24b9b51532104fb3e916e
* | | | | Merge "Updated from global requirements"Zuul2017-12-271-4/+4
|\ \ \ \ \
| * | | | | Updated from global requirementsOpenStack Proposal Bot2017-12-231-4/+4
| |/ / / / | | | | | | | | | | | | | | | Change-Id: Ieb1a29ba275784f67f0d943fab5f3b59cd9fc28e