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 10:30:30 +0800 |
commit | 5ab25b89cb847f9d76a2a059192cf23f4b47aea8 (patch) | |
tree | 63d2cb88ff843f1edf1c130d61ed83410b322900 | |
parent | 135a65d7947c1729e86aeaa5a5b2837665927320 (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>
-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 |