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: I7c885974295fa6df3005b68210fc9e3442296ac1
This commit is contained in:
Jesse Pretorius 2018-08-01 10:06:57 +01:00
parent bae90d1c7c
commit b18668360c
3 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@ nova_distro_packages:
- genisoimage
- git
- iptables
- python-keystoneclient
- python-openstackclient
nova_devel_distro_packages:

View File

@ -24,7 +24,6 @@ nova_distro_packages:
- genisoimage
- git-core
- iptables
- python-keystoneclient
- python-openstackclient
nova_devel_distro_packages:

View File

@ -24,7 +24,6 @@ nova_distro_packages:
- genisoimage
- git
- iptables
- python-keystoneclient
- python-openstackclient
nova_devel_distro_packages: