diff options
author | huangxiangyu <huangxiangyu5@huawei.com> | 2017-04-12 16:15:45 +0800 |
---|---|---|
committer | huangxiangyu <huangxiangyu5@huawei.com> | 2017-04-12 16:15:45 +0800 |
commit | 5578c5fe6f96220e5f38b0f285d6dbbe61b525f3 (patch) | |
tree | af8585e5ce07fc3a27cbde341acb8d5029d1a2c5 /juju | |
parent | 645898cb63b05c96f7fc15aa3934af12d988cd33 (diff) |
Set openstack related clients to fixed versions
Change-Id: Iec8ed803fe5567d2d148a518046264fd0bc1ca21
Signed-off-by: huangxiangyu <huangxiangyu5@huawei.com>
Diffstat (limited to 'juju')
-rwxr-xr-x | juju/juju_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juju/juju_setup.sh b/juju/juju_setup.sh index 5d69c72..7a8cafa 100755 --- a/juju/juju_setup.sh +++ b/juju/juju_setup.sh @@ -21,7 +21,7 @@ function juju_env_prepare() virtualenv ${WORK_DIR}/venv source ${WORK_DIR}/venv/bin/activate - pip install --upgrade python-openstackclient python-neutronclient + pip install -r ${OPERA_DIR}/requirements.txt } function juju_download_img() |