Browse code

Add a deprecation warning for lib/neutron-legacy

This commit adds a deprecation warning for lib/neutron-legacy. Right
now lib/neutron isn't quite in a place where we can use it by default
but we're getting close. As soon as it's passing in the gate we plan
to make a switch over and a hard delete of lib/neutron-legacy. To give
any users which have a hard dependency on it (which is not actually
a supported use case) a heads up this adds the deprecation warning
in front of that change.

Change-Id: Idf1faf2e9dd497f9b97abfcc6e796ca72d60d955

Matthew Treinish authored on 2016/05/13 08:26:20
Showing 1 changed files
... ...
@@ -61,7 +61,7 @@
61 61
 # Neutron Network Configuration
62 62
 # -----------------------------
63 63
 
64
-
64
+deprecated "Using lib/neutron-legacy is deprecated, and it will be removed in the future"
65 65
 
66 66
 if is_ssl_enabled_service "neutron" || is_service_enabled tls-proxy; then
67 67
     Q_PROTOCOL="https"