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:
3 changed files with 0 additions and 3 deletions
@@ -23,7 +23,6 @@ nova_distro_packages:
- genisoimage
- git
- iptables
- python-keystoneclient
- python-openstackclient
nova_devel_distro_packages:
@@ -24,7 +24,6 @@ nova_distro_packages:
- genisoimage
- git-core
- iptables
- python-keystoneclient
- python-openstackclient
nova_devel_distro_packages:
@@ -24,7 +24,6 @@ nova_distro_packages:
- genisoimage
- git
- iptables
- python-keystoneclient
- python-openstackclient
nova_devel_distro_packages:
Reference in New Issue
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.