From d6f922364e3e8a500602f65691d395ef64a077b4 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 9 Feb 2016 06:34:36 -0500 Subject: [PATCH] push out some deprecations to figure out what's using these bits There are some parts of devstack we should really delete, but we have no idea who is using them. Push out some deprecations so we can look at this through logstash. Change-Id: Id5c8748606cce16f64e978ad7ac9309bebac0eb7 --- lib/keystone | 1 + lib/neutron-legacy | 3 +++ 2 files changed, 4 insertions(+) diff --git a/lib/keystone b/lib/keystone index 73332221c7..38a0acf4ea 100644 --- a/lib/keystone +++ b/lib/keystone @@ -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 diff --git a/lib/neutron-legacy b/lib/neutron-legacy index 78eb55d397..73a1bcd0a3 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy @@ -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