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

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:
Reference in New Issue
openstack/openstack-ansible-os_nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.