summaryrefslogtreecommitdiff
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Stop testing lower-constraintslikui2022-07-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-October/018445.html Conflicts: .zuul.yaml bindep.txt lower-constraints.txt tox.ini NOTE(stephenfin): Conflicts are due to the changed job template (train vs ussuri), slightly different lower constraints between branches and presence of a 'basepython' line in the tox environment. The bindep change added to the stable/ussuri change is no longer relevant here. Change-Id: I45e9a81d451c64cdd51f9b606d94161742bacdb7 (cherry picked from commit c677192d51ac80922f990c8a96b49e9dcc9325d2) (cherry picked from commit cde8db3d619ff94369cdabeebb42d3ecc2027651) (cherry picked from commit 40f56c653cc4eabf9edc05b5c5785e818295b013) (cherry picked from commit 84af7608ef931bd21bac7bf29247feda13275313) (cherry picked from commit db92b96407ac18a611b3d79d34080acaa9c55b8f)
* [stable-only] Cap bandit to 1.6.2, bump lower-constraintsStephen Finucane2021-07-121-1/+1
| | | | | | | | | | | | | | | The 1.6.3 [1] release has dropped support for py2 [2] so cap to 1.6.2 when using py2. We also need to bump the lower constraint of keystoneauth1 since our minimum version of openstacksdk, 0.17.0, depends on keystoneauth1>=3.8.0 and PyPI 20.1+ won't allow this to stand. [1] https://github.com/PyCQA/bandit/releases/tag/1.6.3 [2] https://github.com/PyCQA/bandit/pull/615 Change-Id: Iad568c152d49c2fe5dd31dc9b05c07e3d4fd1a83 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Microversion 2.77: Support Specifying AZ to unshelvezhangbailin2019-09-031-1/+1
| | | | | | | | | | | | | This patch adds a new parameter ``--availability-zone`` to ``openstack server unshelve`` command. This can help users to specify an ``availability_zone`` to unshelve a shelve offloaded server from 2.77 microversion. Depends-On: https://review.opendev.org/679295 Implements: blueprint support-specifying-az-when-restore-shelved-server Change-Id: Ia431e27c2a17fe16466707cc362532860ecf22df
* Bump min osc-lib to 1.14.0Dean Troyer2019-08-301-1/+1
| | | | | | | This is required for osc4 and the movement of functions out of OSC. Change-Id: I690954b6dccb11dd1a4f512b6777d645de5191f9 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
* Add host and hypervisor_hostname to create serverszhu.boxiang2019-07-191-1/+1
| | | | | | | | | | Adds the --host and --hypervisor-hostname options to ``openstack server create`` CLI. Depends-On: https://review.opendev.org/670558 Change-Id: If188c3d96fa506dbe62ef256418f2f9bca1520c2 Blueprint: add-host-and-hypervisor-hostname-flag-to-create-server
* Microversion 2.73: Support adding the reason behind a server lockSurya Seetharaman2019-06-211-1/+1
| | | | | | | | | | | | | This patch adds a new parameter ``--reason`` to ``openstack server lock`` command and ``--locked``, ``unlocked`` filtering parameters to ``openstack server list`` command. This can help users to provide a reason when locking the server and to filter instances based on their locked value from 2.73 microversion. Implements blueprint add-locked-reason Depends-On: https://review.opendev.org/#/c/661785/ Change-Id: Ib2714f98b24d47e570da8a6c231e765acd2ff595
* Merge "Add --key-name and --key-unset option for server rebuild API."Zuul2018-11-021-1/+1
|\
| * Add --key-name and --key-unset option for server rebuild API.Fan Zhang2018-10-091-1/+1
| | | | | | | | | | | | | | Change-Id: I6d4793a8e961080ea1d6d414cef8d6bbed0c53e7 Story: 2002609 Task: 22228 Signed-off-by: Fan Zhang <zh.f@outlook.com>
* | Make use of keystoneauth service-type filtering for versionsMonty Taylor2018-10-191-1/+1
|/ | | | | | | | | The first version of the versions show command does client-side service-type filtering, which while functional, causes many more API calls than needed. Now that keystoneauth supports the filtering at the source, use it. Change-Id: I57c49e67f9cb285a5f5bc19ec53a42d10de9f0da
* osc-included image signing (using openstacksdk)Josephine Seifert2018-09-081-1/+1
| | | | | | | | | | | | | This extension adds image signing functionality to the "image create" command. Therefore, new CLI options --sign-key-path and --sign-cert-id have been added. This patch uses openstacksdk as the signing backend library instead of cursive. Therefore, requirements and lower_constraints have been updated to use the openstacksdk version 0.17 or higher. Depends-On: Idc15b9a12d408bd4b2e096da8402c374be56f9fa Change-Id: Ia20bc02a49c3fbeb9222e485e3396395f4ab817a Story: 2002128 Co-Authored-By: Markus Hentsch <markus.hentsch@secustack.com>
* Merge "Implement support for registered limits"Zuul2018-07-251-1/+1
|\
| * Implement support for registered limitsLance Bragstad2018-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | This commit adds support for users to manage registered limits via the command line. bp unified-limits Depends-On: https://review.openstack.org/#/c/574391/ Change-Id: Id8377363f7a3248b45aeeba21d2acc02684a0305
* | Fix error with image show when image name is NoneJake Yip2018-07-231-1/+1
|/ | | | | | | | Need to bump osc-lib to 1.10.0 Closes-Bug: #1736696 Depends-On: I2aab5cc1f550848bda2b90ef7ef9a60f07b88996 Change-Id: I7420204f28d36529354e5671bd88587d9b15bb06
* Add system role functionalityLance Bragstad2018-06-041-1/+1
| | | | | | | | | | This commit adds the necessary bits to expose system role assignments to openstackclient via python-keystoneclient. bp system-scope Depends-On: Iecbcbf020a15f2bec777334c648d4477f89f3b2c Change-Id: I261e84700b51e8715eaebdc3f8f8bc46b68542c2
* Updated from global requirementsOpenStack Proposal Bot2018-03-131-2/+2
| | | | Change-Id: Idf311a7fa08e8738bb4c70b0d84f8a4121606f56
* Updated from global requirementsOpenStack Proposal Bot2017-12-231-4/+4
| | | | Change-Id: Ieb1a29ba275784f67f0d943fab5f3b59cd9fc28e
* Updated from global requirementsOpenStack Proposal Bot2017-11-161-1/+1
| | | | Change-Id: I714dbe5326ed99c4edab6c63ecea4dc6a72b57e7
* Updated from global requirementsOpenStack Proposal Bot2017-11-121-1/+1
| | | | Change-Id: Icf2e8d6cca0194de127ef0dfaee5db04381b5cd1
* Updated from global requirementsOpenStack Proposal Bot2017-11-031-1/+1
| | | | Change-Id: I9935e5f3eeab0e0d8a56f5983822ad96c79a7526
* Updated from global requirementsOpenStack Proposal Bot2017-10-051-1/+1
| | | | Change-Id: I79e4ddb75c7cf7088d6f0abc79f9f07dcd165535
* Updated from global requirementsOpenStack Proposal Bot2017-09-131-2/+2
| | | | Change-Id: I30be8748ef78604eb63c61e1dcf5fc5a740822aa
* 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
* Updated from global requirementsOpenStack Proposal Bot2017-08-241-1/+1
| | | | Change-Id: I45705bad68f0615dbf09d46a2a487b9fed1abb10
* Updated from global requirementsOpenStack Proposal Bot2017-08-071-1/+1
| | | | Change-Id: I6f384b021b5ae73152192c5b4c2bab190db88251
* Updated from global requirementsOpenStack Proposal Bot2017-07-281-1/+1
| | | | Change-Id: I7906433adde40f76eaccdab186e68e0afcbe49af
* Updated from global requirementsOpenStack Proposal Bot2017-07-271-1/+1
| | | | Change-Id: I1cba44152cf17ab3b50e5e3c423c702dbdf5039e
* Updated from global requirementsOpenStack Proposal Bot2017-07-231-1/+1
| | | | Change-Id: I68530243bdfbcf315b0be5775c08cc26faed4770
* 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
* Updated from global requirementsOpenStack Proposal Bot2017-07-211-2/+2
| | | | Change-Id: I9acdcf3a966dc7c6f92b077848d65f408fdd07eb
* Updated from global requirementsOpenStack Proposal Bot2017-06-241-1/+1
| | | | Change-Id: I115d686010bd79ea49786f46decd6ed6256f6cb9
* Updated from global requirementsOpenStack Proposal Bot2017-06-101-1/+1
| | | | Change-Id: Ic49fc0fcd068d03f2dad5b49e3de4d98702866dc
* Updated from global requirementsOpenStack Proposal Bot2017-06-081-1/+1
| | | | Change-Id: I273241692ee85f9d9e239c2ba7df3c683a429e98
* Updated from global requirementsOpenStack Proposal Bot2017-06-051-1/+1
| | | | Change-Id: If85aea646119bf12090074edf198f64a8719c949
* Updated from global requirementsOpenStack Proposal Bot2017-05-311-1/+1
| | | | Change-Id: Ica0de1e6a275fee4761dca1f128caf073bcfb92b
* Updated from global requirementsOpenStack Proposal Bot2017-05-231-2/+2
| | | | Change-Id: Ieb595ddda18a579990d67ca00893280347edc629
* Updated from global requirementsOpenStack Proposal Bot2017-05-031-1/+1
| | | | Change-Id: I9a60f1b0db78ed188966287939dbd8a6f82c1682
* Updated from global requirementsOpenStack Proposal Bot2017-05-011-1/+1
| | | | Change-Id: I5215bae5234dcef448c6c5b824c506f80dd1c5a8
* Updated from global requirementsOpenStack Proposal Bot2017-04-261-1/+1
| | | | Change-Id: Ib3ea4225636bfa815f7cf60481d2adc07077123c
* Updated from global requirementsOpenStack Proposal Bot2017-04-121-1/+1
| | | | Change-Id: Icd26cb6d2525ff1736923c39e9c64eb12f6d39b6
* Updated from global requirementsOpenStack Proposal Bot2017-04-071-1/+1
| | | | Change-Id: I8e7362555d330613a87c095b89bb2783df03a6e3
* Updated from global requirementsOpenStack Proposal Bot2017-03-301-1/+1
| | | | Change-Id: Ic9a5bd518d1b2d4a7979716b9809ce236292205f
* Updated from global requirementsOpenStack Proposal Bot2017-03-161-1/+1
| | | | Change-Id: I5d0e7942a45e6fed6d387250734e882335fa3de4
* Updated from global requirementsOpenStack Proposal Bot2017-03-031-1/+1
| | | | Change-Id: I28815dc190dba45af060b26eceb660f40bb67772
* Updated from global requirementsOpenStack Proposal Bot2017-03-011-1/+1
| | | | Change-Id: Ief1a2faf6b9f80c5c7f3946d820f89587d44f8aa
* Updated from global requirementsOpenStack Proposal Bot2017-02-131-1/+1
| | | | Change-Id: Ie5af4a8ea6b499db46ad6f1d3075d867faf3a3a2
* Updated from global requirementsOpenStack Proposal Bot2017-01-261-1/+1
| | | | Change-Id: I7d572ca8c0f2608180343e2ec9d41378cf15474f
* Updated from global requirementsOpenStack Proposal Bot2017-01-251-2/+2
| | | | Change-Id: I7b0e46de18f10cde110e1957c12210bc3271e7f9
* Updated from global requirementsOpenStack Proposal Bot2017-01-161-1/+1
| | | | Change-Id: Ic8eef0aa955d747ae7edf19761f8d682cf95d63f