summaryrefslogtreecommitdiffstats
path: root/xci
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-10-02 14:34:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-02 14:34:31 +0000
commit93668a51c71b42aabe4aa95c46afe8beffc31c71 (patch)
tree59253bbb014c3ec81c5e3d9bbf7577e261d9c7aa /xci
parent801ad937b0e2a65f06765f9e279ce3a6f20452e0 (diff)
parent32a00b23c2c85560a5df2d87e8e33fea6f4b2336 (diff)
Merge "Install python-openstackclient by default"
Diffstat (limited to 'xci')
-rw-r--r--xci/playbooks/configure-opnfvhost.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/xci/playbooks/configure-opnfvhost.yml b/xci/playbooks/configure-opnfvhost.yml
index b6dbbb13..7b168498 100644
--- a/xci/playbooks/configure-opnfvhost.yml
+++ b/xci/playbooks/configure-opnfvhost.yml
@@ -143,12 +143,10 @@
name: "{{ docker_package_name }}"
state: latest
when: lookup('env', 'JENKINS_HOME') != ""
- # install python-openstackclient on opnfv host only if we are running as part of CI
- name: install python-openstackclient
pip:
name: python-openstackclient
state: present
- when: lookup('env', 'JENKINS_HOME') != ""
- hosts: localhost
remote_user: root