diff options
author | Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com> | 2019-01-29 10:30:30 +0800 |
---|---|---|
committer | Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com> | 2019-01-29 15:05:46 +0000 |
commit | a68e520aa204057064ff2e20b76003f8cb9126f5 (patch) | |
tree | 2bd08e4027433a67b8f86b2a23504c4557895a3e /requirements | |
parent | 41ef8012ad335af314aa2e71f6d9b2c13198051c (diff) |
bugfix: openstack project fetch error
JIRA: BOTTLENECK-250
Openstack client version update will fix the error as
described in jira ticket
Change-Id: I590c4eb6ff262173c01ae2d93943df80fe4e6b0e
Signed-off-by: Yang (Gabriel) Yu <Gabriel.yuyang@huawei.com>
(cherry picked from commit 5ab25b89cb847f9d76a2a059192cf23f4b47aea8)
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 381cb5cd..44669be1 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -9,7 +9,7 @@ appdirs==1.4.0 pyopenssl==17.5.0 -python-openstackclient==3.11.0 +python-openstackclient==3.17.0 python-heatclient==1.11.0 python-neutronclient==6.1.1 flake8==2.5.4 |