Stop installing extra packages for Horizon
There is a ton of extra packages that are being deployed which will naturally just have been pulled via requirements anyways. They are also problematic because django-openstack-auth has been defunct for 4 years now and carrying it is breaking Horizon right now. This patch narrows down the list of packages being installed which should speed up if there's anything unnecessary being installed and resolve a bug with missing policy files in Horizon. Change-Id: If7b4c11a0825b571deaa68ace089f779ab462f91
This commit is contained in:
parent
1f42417204
commit
c4674318bf
@ -387,17 +387,9 @@ horizon_listen_ports:
|
||||
- "443"
|
||||
|
||||
horizon_pip_packages:
|
||||
- cryptography
|
||||
- django-appconf
|
||||
- django-openstack-auth
|
||||
- greenlet
|
||||
- horizon
|
||||
- keystonemiddleware
|
||||
- PyMySQL
|
||||
- oslo.config
|
||||
- ply
|
||||
- python-memcached
|
||||
- python-keystoneclient
|
||||
|
||||
# Specific pip packages provided by the user
|
||||
horizon_user_pip_packages: []
|
||||
|
Loading…
Reference in New Issue
Block a user