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: I382a2fed407b159731b9ecd2af16ce80f3bb0b74
This commit is contained in:
parent
1c3b303208
commit
482d8580b0
@ -16,7 +16,6 @@
|
||||
glance_distro_packages:
|
||||
- git
|
||||
- nfs-utils
|
||||
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
||||
- rpcbind
|
||||
|
||||
glance_devel_distro_packages:
|
||||
|
@ -17,7 +17,6 @@
|
||||
glance_distro_packages:
|
||||
- git-core
|
||||
- nfs-utils
|
||||
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
||||
- rpcbind
|
||||
|
||||
glance_devel_distro_packages:
|
||||
|
@ -20,7 +20,6 @@ cache_timeout: 600
|
||||
glance_distro_packages:
|
||||
- git
|
||||
- nfs-common
|
||||
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
||||
- rpcbind
|
||||
|
||||
glance_devel_distro_packages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user