From: Fatih Degirmenci Date: Fri, 29 Sep 2017 23:40:04 +0000 (+0200) Subject: Install python-openstackclient by default X-Git-Tag: 6.0.0~283^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=32a00b23c2c85560a5df2d87e8e33fea6f4b2336;p=releng-xci.git 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 --- 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