diff options
author | Rex Lee <limingjiang@huawei.com> | 2019-07-04 03:08:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-07-04 03:08:32 +0000 |
commit | d57f3eefc23b2bdcc7eb70b19e09cfd22fc36e25 (patch) | |
tree | 8481cf52b35c29d64155c64139c340ee838f9984 | |
parent | 4a28136293a210b9da725c7dc0a5f0eca37370ee (diff) | |
parent | 08eb66b3bdfa6ce30a1dc7dbd639b4687e40a0de (diff) |
Merge "TC 088 and TC 089 gives error openstack command not found"
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e55687914..cb2a99a26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -55,6 +55,7 @@ python-glanceclient==2.8.0 # OSI Approved Apache Software License python-keystoneclient==3.13.0 # OSI Approved Apache Software License python-neutronclient==6.5.0 # OSI Approved Apache Software License python-novaclient==9.1.1 # OSI Approved Apache Software License +python-openstackclient==3.18.0 # Apache Software License pyzmq==16.0.2 # LGPL+BSD; OSI Approved GNU Library or Lesser General Public License (LGPL); OSI Approved BSD License requests==2.14.2 # Apache 2.0; OSI Approved Apache Software License requestsexceptions==1.3.0 # OSI Approved Apache Software License |