From abde96acd275c71f1ea99fdb1be48db46bc65d93 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 12 May 2016 19:26:20 -0400 Subject: [PATCH] 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 --- lib/neutron-legacy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neutron-legacy b/lib/neutron-legacy index 7eb8637634..a3a0dcc20d 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy @@ -61,7 +61,7 @@ # Neutron Network Configuration # ----------------------------- - +deprecated "Using lib/neutron-legacy is deprecated, and it will be removed in the future" if is_ssl_enabled_service "neutron" || is_service_enabled tls-proxy; then Q_PROTOCOL="https"