Merge "Fix missing OPENSTACK_NEUTRON_NETWORK in the cm of horizon local_settings"

This commit is contained in:
Zuul 2020-05-11 23:51:28 +00:00 committed by Gerrit Code Review
commit 2b4dfa5169

View File

@ -20,6 +20,7 @@ metadata:
data:
local_settings.py: |
import os
from openstack_dashboard.defaults import OPENSTACK_NEUTRON_NETWORK
from openstack_dashboard.settings import HORIZON_CONFIG
ALLOWED_HOSTS = ['*']