diff options
| author | Monty Taylor <mordred@inaugust.com> | 2018-07-23 15:53:53 -0500 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2018-10-19 07:55:41 -0500 |
| commit | dfd37a2e6e49fc547e7a2e8f7840561ece8ff46f (patch) | |
| tree | 9870a02645c2a529eabae2fd0b3c5bbb28dccded /requirements.txt | |
| parent | 02f492ae4cc52ed2642f42bc0c1e5e417ebfe527 (diff) | |
| download | python-openstackclient-dfd37a2e6e49fc547e7a2e8f7840561ece8ff46f.tar.gz | |
Make use of keystoneauth service-type filtering for versions
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
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 205d4e64..78c10b44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ six>=1.10.0 # MIT Babel!=2.4.0,>=2.3.4 # BSD cliff!=2.9.0,>=2.8.0 # Apache-2.0 -keystoneauth1>=3.4.0 # Apache-2.0 +keystoneauth1>=3.6.2 # Apache-2.0 openstacksdk>=0.17.0 # Apache-2.0 osc-lib>=1.10.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 |
