From 32a00b23c2c85560a5df2d87e8e33fea6f4b2336 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Sat, 30 Sep 2017 01:40:04 +0200 Subject: Install python-openstackclient by default It is important to have the client installed for the ease of the users so they can use the client for trying out their new deployment. Change-Id: I091c1e23ff320cb9fcdb2743998483a6bc1fcdad Signed-off-by: Fatih Degirmenci --- xci/playbooks/configure-opnfvhost.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'xci') 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 -- cgit 1.2.3-korg