Merge "Fixes wrong local_setting.py file issue for Ubuntu binary deployment."
This commit is contained in:
commit
be2bc66866
@ -82,6 +82,8 @@ RUN echo > /etc/apache2/ports.conf \
|
||||
&& cp /usr/share/openstack-dashboard/openstack_dashboard/conf/*.json /etc/openstack-dashboard \
|
||||
&& cp /usr/share/openstack-dashboard/manage.py /usr/bin/manage.py \
|
||||
&& rm /etc/apache2/conf-enabled/openstack-dashboard.conf \
|
||||
&& rm /etc/openstack-dashboard/local_settings.py \
|
||||
&& ln -s /etc/openstack-dashboard/local_settings /etc/openstack-dashboard/local_settings.py \
|
||||
&& for locale in /usr/lib/python3/dist-packages/*/locale; do \
|
||||
(cd ${locale%/*} && /usr/bin/django-admin compilemessages) \
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user