From 7fd23b2f69e3b0be51c2ac628748b276dca31751 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 5 Dec 2013 17:34:18 +0800 Subject: [PATCH] Configures service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin as default. Change-Id: I135dd34db0d42136764511aa7342131aeb856869 --- debian/changelog | 2 ++ .../configure_service_plugin_by_default.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) create mode 100644 debian/patches/configure_service_plugin_by_default.patch diff --git a/debian/changelog b/debian/changelog index e1874c3e7..547c08b6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ neutron (2013.2-8) unstable; urgency=medium * Added new debconf templates translations, with warm thanks to: - French, Julien Patriarca (Closes: #728764). - Portuguese, Américo Monteiro (Closes: #729928). + * Configures service_plugins = + neutron.services.l3_router.l3_router_plugin.L3RouterPlugin as default. -- Thomas Goirand Thu, 05 Dec 2013 16:40:28 +0800 diff --git a/debian/patches/configure_service_plugin_by_default.patch b/debian/patches/configure_service_plugin_by_default.patch new file mode 100644 index 000000000..ffdafce42 --- /dev/null +++ b/debian/patches/configure_service_plugin_by_default.patch @@ -0,0 +1,17 @@ +Description: Configure service_plugin by default + service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin +Author: Thomas Goirand +Forwarded: not-needed +Last-Update: 2013-12-05 + +--- neutron-2013.2.orig/etc/neutron.conf ++++ neutron-2013.2/etc/neutron.conf +@@ -48,7 +48,7 @@ lock_path = $state_path/lock + core_plugin = neutron.plugins.openvswitch.ovs_neutron_plugin.OVSNeutronPluginV2 + + # Advanced service modules +-# service_plugins = ++service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin + + # Paste configuration file + # api_paste_config = api-paste.ini diff --git a/debian/patches/series b/debian/patches/series index 218bbf4f9..42575eb9a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ fix-alembic-migration-with-sqlite3.patch better-config-default.patch fixes-SQLAlchemy-requirement.patch +configure_service_plugin_by_default.patch -- 2.45.2