From cc632165837efa71f40d6de95f7599fefe95cb20 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Wed, 1 Aug 2018 09:56:15 +0100 Subject: [PATCH] Remove python-keystoneclient package install Now that we no longer use our own keystone module, but instead make use of the ansible runtime venv's shade library and upstream ansible modules, we can eliminate this package/library being installed on the host. Change-Id: I91402e82c39363c1eb5a439781cc4328d028bbcb --- vars/redhat-7.yml | 1 - vars/suse.yml | 1 - vars/ubuntu.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index 772a962..125b77b 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -14,7 +14,6 @@ # limitations under the License. heat_distro_packages: - - python-keystoneclient # Keystoneclient needed to OSA keystone lib - rsync - libxslt - which diff --git a/vars/suse.yml b/vars/suse.yml index 73e4778..b157153 100644 --- a/vars/suse.yml +++ b/vars/suse.yml @@ -14,7 +14,6 @@ # limitations under the License. heat_distro_packages: - - python-keystoneclient # Keystoneclient needed to OSA keystone lib - rsync - libxslt - which diff --git a/vars/ubuntu.yml b/vars/ubuntu.yml index d9dc019..4d6fcf7 100644 --- a/vars/ubuntu.yml +++ b/vars/ubuntu.yml @@ -17,7 +17,6 @@ cache_timeout: 600 heat_distro_packages: - - python-keystoneclient # Keystoneclient needed to OSA keystone lib - rsync - libxslt1.1