Merge "push out some deprecations to figure out what's using these bits"
This commit is contained in:
commit
f1cecf52c0
@ -259,6 +259,7 @@ function configure_keystone {
|
||||
# Configure ``keystone.conf`` to use sql
|
||||
inicomment $KEYSTONE_CONF catalog template_file
|
||||
else
|
||||
deprecated "Using templated service catalog in devstack is deprecated"
|
||||
cp -p $FILES/default_catalog.templates $KEYSTONE_CATALOG
|
||||
|
||||
# Add swift endpoints to service catalog if swift is enabled
|
||||
|
@ -433,15 +433,18 @@ function configure_neutron {
|
||||
|
||||
# goes before q-svc to init Q_SERVICE_PLUGIN_CLASSES
|
||||
if is_service_enabled q-lbaas; then
|
||||
deprecated "Configuring q-lbaas through devstack is deprecated"
|
||||
_configure_neutron_lbaas
|
||||
fi
|
||||
if is_service_enabled q-metering; then
|
||||
_configure_neutron_metering
|
||||
fi
|
||||
if is_service_enabled q-vpn; then
|
||||
deprecated "Configuring q-vpn through devstack is deprecated"
|
||||
_configure_neutron_vpn
|
||||
fi
|
||||
if is_service_enabled q-fwaas; then
|
||||
deprecated "Configuring q-fwaas through devstack is deprecated"
|
||||
_configure_neutron_fwaas
|
||||
fi
|
||||
if is_service_enabled q-agt q-svc; then
|
||||
|
Loading…
Reference in New Issue
Block a user