diff options
author | Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com> | 2016-03-11 12:54:22 +0100 |
---|---|---|
committer | qi liang <liangqi1@huawei.com> | 2016-03-17 08:34:28 +0000 |
commit | b174198a6fc234b835a49c511112b471beecf32a (patch) | |
tree | 8de756ad451e293e3111bcc5c23211cf02e91ded /ci/yardstick-verify | |
parent | bc63c492a8a321c898ad265a54061571d4bd269f (diff) |
Update setup.py and dependencies
Fixes dependency problem with python-openstackclient
Freezes requirements to use latest/current upstream versions
Yardstick can be installed with:
$ python setup.py install
or with:
$ easy_install -U pip
$ pip install -r ci/requirements.txt
$ pip install . (or for develop mode: pip install -e .)
if fixed package versions are required
Change-Id: I9cb44d29011509c9c388dc2e7dc8bb60ee25e790
JIRA:-
Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
(cherry picked from commit bce1f77ef610e3e7997a547704c96cfbdc544cc1)
Diffstat (limited to 'ci/yardstick-verify')
-rwxr-xr-x | ci/yardstick-verify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/yardstick-verify b/ci/yardstick-verify index 875b01ff2..c7b1cefec 100755 --- a/ci/yardstick-verify +++ b/ci/yardstick-verify @@ -341,7 +341,7 @@ main() echo echo "Checking for External network:" - for net in $(neutron net-list --router:external -c name -f value); do + for net in $(neutron net-list --router:external True -c name -f value); do echo " external network: $net" done |