From: shangxdy Date: Mon, 11 Dec 2017 09:49:13 +0000 (+0800) Subject: Add dependency for openstackcleint X-Git-Tag: opnfv-6.0.0~9 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=2c8385ef87f8d8ba38e0b2f520402ebfe6a530e4;p=parser.git Add dependency for openstackcleint Currently, the ci test result is error after the functest team modified the parser dockerfile. ========= 1/4. Preparing VM image for parser... ========= Download image cirros-0.3.5-x86_64-disk.img... ./functest_run.sh: line 72: openstack: command not found Registe image cirros-0.3.2-x86_64-uec... ./functest_run.sh: line 79: openstack: command not found Clean-up the environment... ./functest_run.sh: line 243: openstack: command not found Delete local image file cirros-0.3.2-x86_64-uec.img after test. Delete local URL image file cirros-0.3.5-x86_64-disk.img after test. ./functest_run.sh: line 275: openstack: command not found Delete user parser's role from project parser ./functest_run.sh: line 283: openstack: command not found Delete user parser ./functest_run.sh: line 290: openstack: command not found Delete project parser ./functest_run.sh: line 295: openstack: command not found ======================={ Parser functest end }========================== it need to add python-openstackclient requirement in parser project. JIRA: PARSER-166 Change-Id: I8b38325c602b508823d36709a93b1dd8739156f9 Signed-off-by: shangxdy --- diff --git a/requirements.txt b/requirements.txt index 053148f..126e75e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ tox +python-openstackclient \ No newline at end of file