summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/configure-opnfvhost.yml
diff options
context:
space:
mode:
Diffstat (limited to 'xci/playbooks/configure-opnfvhost.yml')
-rw-r--r--xci/playbooks/configure-opnfvhost.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/xci/playbooks/configure-opnfvhost.yml b/xci/playbooks/configure-opnfvhost.yml
index 439201ef..7b16c5aa 100644
--- a/xci/playbooks/configure-opnfvhost.yml
+++ b/xci/playbooks/configure-opnfvhost.yml
@@ -146,10 +146,10 @@
name: "{{ docker_package_name }}"
state: latest
when: lookup('env', 'JENKINS_HOME') != ""
- # install shade on opnfv host only if we are running as part of CI
- - name: install shade
+ # install python-openstackclient on opnfv host only if we are running as part of CI
+ - name: install python-openstackclient
pip:
- name: shade
+ name: python-openstackclient
state: present
when: lookup('env', 'JENKINS_HOME') != ""