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 /lower-constraints.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 'lower-constraints.txt')
| -rw-r--r-- | lower-constraints.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index db92fef3..acd11d32 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -38,7 +38,7 @@ jmespath==0.9.0 jsonpatch==1.16 jsonpointer==1.13 jsonschema==2.6.0 -keystoneauth1==3.4.0 +keystoneauth1==3.6.2 kombu==4.0.0 linecache2==1.0.0 MarkupSafe==1.0 |
