Browse code

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

Sean Dague authored on 2016/02/09 20:34:36
Showing 2 changed files
... ...
@@ -259,6 +259,7 @@ function configure_keystone {
259 259
         # Configure ``keystone.conf`` to use sql
260 260
         inicomment $KEYSTONE_CONF catalog template_file
261 261
     else
262
+        deprecated "Using templated service catalog in devstack is deprecated"
262 263
         cp -p $FILES/default_catalog.templates $KEYSTONE_CATALOG
263 264
 
264 265
         # Add swift endpoints to service catalog if swift is enabled
... ...
@@ -433,15 +433,18 @@ function configure_neutron {
433 433
 
434 434
     # goes before q-svc to init Q_SERVICE_PLUGIN_CLASSES
435 435
     if is_service_enabled q-lbaas; then
436
+        deprecated "Configuring q-lbaas through devstack is deprecated"
436 437
         _configure_neutron_lbaas
437 438
     fi
438 439
     if is_service_enabled q-metering; then
439 440
         _configure_neutron_metering
440 441
     fi
441 442
     if is_service_enabled q-vpn; then
443
+        deprecated "Configuring q-vpn through devstack is deprecated"
442 444
         _configure_neutron_vpn
443 445
     fi
444 446
     if is_service_enabled q-fwaas; then
447
+        deprecated "Configuring q-fwaas through devstack is deprecated"
445 448
         _configure_neutron_fwaas
446 449
     fi
447 450
     if is_service_enabled q-agt q-svc; then