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:
parent
bae90d1c7c
commit
b18668360c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user