summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* doc: Fix image unset exmaplepike-eolstable/pikeCY Chiang2019-07-231-1/+1
| | | | | | | | Fix the unset image tags or properties example, change the "openstack image set" to the "openstack image unset" Change-Id: I09d2d567e829a8d5de5fc4022868c99646ee5105 Closes-Bug: #1837829
* OpenDev Migration PatchOpenDev Sysadmins2019-04-192-3/+3
| | | | | | | | | | | | | | | This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
* Replace openstack.org git:// URLs with https://pike-em3.12.2Ian Wienand2019-03-241-1/+1
| | | | | | | | | | | | | | | | | This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I96de94e04c78b2a39d319a4951731c7095cdc5f3
* import zuul job settings from project-configqingszhao2018-08-211-0/+9
| | | | | | | | | | | | | | | | | | | | This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ic8e91681a39cdecd9aadb57ab194e4b78133b6ce Story: #2002586 Task: #24320
* Prevent "server migrate --wait" from hangingJulie Pichon2018-06-111-0/+1
| | | | | | | | | | | | | | Migrate uses the same mechanism in the backend than Resize and so the steps and step names are similar. Currently when using the --wait option with 'migrate', we wait forever because the status won't get to active until the user performs an action. This makes it return on verify_resize status just like 'resize' does, so that the user can perform the next manual step. Change-Id: Ie1aeac52506bc8801f88fd6a6eb4f6094cf20050 Story: 2001994 Task: 19620 (cherry picked from commit 814ffb2a6f22aed640ba6adad62c1288f917b09a)
* Fix stable pike build errorsAndreas Jaeger2018-06-112-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squash of two commits that need to be merged together in order to get all tests to pass: Commit message #1: Use Zuul v3 fetch-subunit-output We have consolidated the fetch output roles into one fetch-subunit-output, replace useage of old roles with new one. Original change-id: Iae2892d9b4cd870a11579434edc9ee66bd16798c (cherry picked from commit 0a2ee90204068a1284f207397bcb253ec1e13c7e) Commit message #2: Fix sphinx-docs job for stable branch build-openstack-sphinx-docs jobs fail on stable branches because the new pip version 10 changed a Warning into an Error: When calling "pip install" without any package name, the command now fails. tox_install.sh is being called during docs job without any package passed to pip. Note that this only affects stable/pike and older, so there is no patch in master to cherry-pick this from. Newer branches use a different way to set up the tox environment. Depends-On: https://review.openstack.org/573665 Change-Id: I35e9ede7103031ea3ea45e35d743e63059fb8d0b
* Rename python-openstacksdk to openstacksdk3.12.1Monty Taylor2018-03-231-3/+3
| | | | Change-Id: Ib9c353f8102f72999a7b3c72645e4147c473de94
* Merge "Remove hard-coded policy choices for creating a server group" into ↵Zuul2017-11-302-4/+5
|\ | | | | | | stable/pike
| * Remove hard-coded policy choices for creating a server groupMatt Riedemann2017-11-292-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | The hard-coded choices for the server group policy make it impossible to create a server group with the soft-affinity or soft-anti-affinity policy rules which were added in compute API microversion 2.15. This removes the hard-coded choices so that the policy is restricted on the server side rather than the client side. Change-Id: Ib3dc39422ac1015872d56ae2fdeddf0f29613494 Closes-Bug: #1732938 (cherry picked from commit d0917cd14b94ce13fd92237490efb5722761eda4)
* | Relnote cleanupDean Troyer2017-11-292-0/+13
|/ | | | Change-Id: I54c56eeb540751621121e359868bb9ddc0b44fea
* Merge "Neutron agent delete: remove the wrong argument" into stable/pikeZuul2017-11-152-18/+8
|\
| * Neutron agent delete: remove the wrong argumentnpraveen352017-11-072-18/+8
| | | | | | | | | | | | | | | | | | | | | | The take_action() function was calling get_agent() with the wrong attribute, causing agent deletion to fail. It turns out calling get_agent() isn't necessary; this removes the call entirely and moves the 'ignore_missing' argument to the delete_agent() function. Change-Id: Iaa3754a3be0765112f396495fa5fb2e32e6eae4e Closes-Bug: #1711301 (cherry picked from commit 6c8e5177bc54ba215aad310094b1eefd6ce709cf)
* | Merge "Backport Zuul v3 tests" into stable/pikeZuul2017-11-148-94/+198
|\ \ | |/ |/|
| * Backport Zuul v3 testsDean Troyer2017-11-068-94/+198
| | | | | | | | | | | | | | Do a single copy of the current test state from master Depends-On: I6ba35ea9e2080012f098569efcd65e1145829d91 Change-Id: I428516388cee564da86be69ad0591108217f82f6
* | Fix 'project purge' deletes ALL images problemlihaijing2017-11-025-13/+28
|/ | | | | | Closes-Bug: #1717130 Change-Id: I33c6fc7897dfee85d1c197a1267bde4abfa5bbd9 (cherry picked from commit 254dbf3294c0f1edc4a2a469f556b3c4b3123a00)
* Merge "Update UPPER_CONSTRAINTS_FILE for stable/pike" into stable/pikeJenkins2017-08-131-1/+1
|\
| * Update UPPER_CONSTRAINTS_FILE for stable/pikeOpenStack Release Bot2017-08-101-1/+1
| | | | | | | | Change-Id: I5e74a09b01957116314b1ced8f09fb0f726ae33c
* | Merge "Update .gitreview for stable/pike" into stable/pikeJenkins2017-08-131-0/+1
|\ \ | |/
| * Update .gitreview for stable/pikeOpenStack Release Bot2017-08-101-0/+1
| | | | | | | | Change-Id: I6188245f1915b08b7e442044e69f405040fa2689
* | Updated from global requirementsOpenStack Proposal Bot2017-08-112-6/+6
|/ | | | Change-Id: Iafff6e904094b35a88e3cf4630962f6dc6a48746
* Merge "wrong values in openstack quota show command"3.12.0Jenkins2017-07-251-5/+21
|\
| * wrong values in openstack quota show commandnidhimittalhada2017-07-241-5/+21
| | | | | | | | | | | | | | | | | | | | | | "openstack quota show" shows wrong value in field project and project_id. project UUID is shown in field project. and project is coming as None. Corrected it. Change-Id: I237e49858feab14ec5e5bc6d8cb79c9f6f5ea9c0 Closes-Bug: #1679906
* | Merge "Add optional parameter "user_id" and "type" to list credentials"Jenkins2017-07-254-6/+85
|\ \
| * | Add optional parameter "user_id" and "type" to list credentialszhanghongtao2017-07-254-6/+85
| | | | | | | | | | | | | | | | | | | | | | | | In keystone version 3.5, "type" optional attribute has been added to list credentials. This patch add "user_id" and "type" optional parameter in openstack client. Change-Id: Ia09ee7c39204fdff2dfd7b9b606d888d007caac5
* | | Merge "Use identity auth v3 the README examples"Jenkins2017-07-251-0/+6
|\ \ \
| * | | Use identity auth v3 the README examplesSamuel de Medeiros Queiroz2017-06-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Identity auth v3 is the default in devstack. The keystone team advertises all deployments to migrate over to v3. If we get our examples to use v3, that would be a great help. Change-Id: I8bd4cbf16cd42fa1654776f19bf113e3c94e25cf
* | | | network tag UT: avoid using mix-in test classAkihiro Motoki2017-07-256-359/+628
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up patch on https://review.openstack.org/#/c/461195/ There is a suggestion to keep test code more straight-forward and avoid using mix-in to reduce the code complexity. This commit moves all logic implemented in _test_tag.py into individual network tests. Change-Id: I0a9f8c6cd758db9035b0fd60ce4b9bfc791b6cbd
* | | Merge "Network tag support"Jenkins2017-07-2527-102/+1172
|\ \ \
| * | | Network tag supportAkihiro Motoki2017-07-2327-102/+1172
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Neutron tag mechanism now supports network, subnet, port, subnetpool and router. Tag support for more resources is planned. This commit introduces a common mixin class to implement tag operation and individual resource consumes it. To support tag remove, network unset command is added. Implements blueprint neutron-client-tag Change-Id: Iad59d052f46896d27d73c22d6d4bb3df889f2352
* | | Merge "Updated from global requirements"Jenkins2017-07-241-1/+1
|\ \ \ | |/ / |/| |
| * | Updated from global requirementsOpenStack Proposal Bot2017-07-231-1/+1
| | | | | | | | | | | | Change-Id: I68530243bdfbcf315b0be5775c08cc26faed4770
* | | Merge "Release note cleanup for 3.12.0"Jenkins2017-07-2311-33/+31
|\ \ \ | |/ / |/| |
| * | Release note cleanup for 3.12.0Dean Troyer2017-07-2311-33/+31
| | | | | | | | | | | | Change-Id: I1fab42256e7b01d2efc23af686554e0325a48af6
* | | Updated from global requirementsOpenStack Proposal Bot2017-07-231-1/+1
|/ / | | | | | | Change-Id: Ib6c0fbfc96d79293726ce941ad4becf31ee2ee79
* | Updated from global requirementsOpenStack Proposal Bot2017-07-221-1/+1
| | | | | | | | Change-Id: I09acea781d9df7c88a90c3915724b1245f2e219b
* | Merge "Start using 'cliff.sphinxext'"Jenkins2017-07-213-970/+87
|\ \
| * | Start using 'cliff.sphinxext'Stephen Finucane2017-07-213-970/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'cliff', the command line library used by 'osc_lib' (and, thus, 'python-openstackclient') recently gained a Sphinx extension to automatically document cliff commands. This allows us to use the documentation we already have in code instead of duplicating it in the documentation. Introduce the use of this, starting with the 'server' commands. This requires extending the descriptions for two commands to ensure no information is lost. Change-Id: If701af8d5a3f78f4b173ceb476dd0c163be4b6ca
* | | Add domain parameter to Identity ProviderKristi Nikolla2017-07-215-4/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Identity providers are now associated with domains. This change allows a user to specify a domain by ID or by name when creating an identity provider. [0] This also adds the column for Domain ID in listing. Updating a domain for an identity provider is not supported, so that isn't changed. [0]. Id18b8b2fe853b97631bc990df8188ed64a6e1275 Closes-Bug: 1698390 Change-Id: Icc408e2fe88f257d5863bd3df716a777d52befcc
* | | Updated from global requirementsOpenStack Proposal Bot2017-07-212-3/+3
| | | | | | | | | | | | Change-Id: I9acdcf3a966dc7c6f92b077848d65f408fdd07eb
* | | Merge "Clean up the changes of os.environ in functional tests"Jenkins2017-07-2137-228/+336
|\ \ \
| * | | Clean up the changes of os.environ in functional testsRui Chen2017-07-2037-228/+336
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use fixtures to restore the API version changes of os.environ in each functional tests, aims to avoid the following test cases failing in unexpected context. And make sure setUpClass/tearDownClass call super class's corresponding methods first. Change-Id: Ie248fe9d3a9e25f1b076c9f2c363200f29a83817 Closes-Bug: #1696080
* | | | Merge "Now OSC server create check keys in --nic"Jenkins2017-07-202-6/+70
|\ \ \ \
| * | | | Now OSC server create check keys in --nicM V P Nitesh2017-06-232-6/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now OSC command to create server will check all the keys in --nic and throws an exception if the key is invalid key. Change-Id: I5482da0ae63d6d4298aa614e4d09bb0547da9ec3 Closes-Bug: #1681411
* | | | | Merge "Minor followup to network agent docs"Jenkins2017-07-201-3/+3
|\ \ \ \ \
| * | | | | Minor followup to network agent docsDean Troyer2017-07-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2305a22b3bac20cb25c57af68e7625b83aefef52
* | | | | | Merge "Enable some off-by-default checks"Jenkins2017-07-203-6/+4
|\ \ \ \ \ \
| * | | | | | Enable some off-by-default checksblue552017-06-233-6/+4
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of the available checks are disabled by default, like: [H203] Use assertIs(Not)None to check for None Change-Id: I59dafb62cedc5217b6e5eb6efb997a9ee3c29bbb
* | | | | | Merge "Add support for virtio-forwarder VNIC type"Jenkins2017-07-203-6/+16
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add support for virtio-forwarder VNIC typeJan Gutter2017-07-193-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * This patch adds support for the virtio-forwarder VNIC type. * The virtio-forwarder VNIC type has been added as another option for setting the --vnic-type property on the "port set" and "port create" commands. This requests a low-latency virtio port inside the instance, likely backed by hardware acceleration. Currently the Agilio OVS external plugin provides support for this, with support from other vendors following soon. * Corresponding neutron-lib change: https://review.openstack.org/#/c/483530/ * Nova spec for Agilio OVS enablement: https://specs.openstack.org/openstack/nova-specs/specs/pike/approved/netronome-smartnic-enablement.html Change-Id: Idbc8071afe95f8594b40e2f93e5411e7185f946f Signed-off-by: Jan Gutter <jan.gutter@netronome.com>
* | | | | | Merge "Network L3 Router Commands for OSC"Jenkins2017-07-2010-78/+504
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | |