]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Configures service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlug...
authorThomas Goirand <thomas@goirand.fr>
Thu, 5 Dec 2013 09:34:18 +0000 (17:34 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 5 Dec 2013 09:34:18 +0000 (17:34 +0800)
Change-Id: I135dd34db0d42136764511aa7342131aeb856869

debian/changelog
debian/patches/configure_service_plugin_by_default.patch [new file with mode: 0644]
debian/patches/series

index e1874c3e74d656567de52f44ed5d833922c3a35c..547c08b6da7f262248bd0096f95f3b6655f0ea6b 100644 (file)
@@ -4,6 +4,8 @@ neutron (2013.2-8) unstable; urgency=medium
   * Added new debconf templates translations, with warm thanks to:
     - French, Julien Patriarca <leatherface@debian.org> (Closes: #728764).
     - Portuguese, Américo Monteiro <a_monteiro@gmx.com> (Closes: #729928).
+  * Configures service_plugins =
+    neutron.services.l3_router.l3_router_plugin.L3RouterPlugin as default.
 
  -- Thomas Goirand <zigo@debian.org>  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 (file)
index 0000000..ffdafce
--- /dev/null
@@ -0,0 +1,17 @@
+Description: Configure service_plugin by default
+ service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin
+Author: Thomas Goirand <zigo@debian.org>
+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
index 218bbf4f9941012313f8973001ade7bb9abce4e5..42575eb9ab50f4f887ddae0e04b3963b91041633 100644 (file)
@@ -1,3 +1,4 @@
 fix-alembic-migration-with-sqlite3.patch
 better-config-default.patch
 fixes-SQLAlchemy-requirement.patch
+configure_service_plugin_by_default.patch