From 2a8cd75583d06ce5be665f8fba03d5cb4a8ebcb4 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Sun, 29 Oct 2017 19:43:31 -0400 Subject: [PATCH] Fix missing neutron net plugin options They are missing from the sample config produced by oslo-config-generator due to omissions in manila/opts.py. Add them. Closes-Bug: #1728463 Change-Id: Ibc473af77fde48e3a5e761e0b959d145acd7fbf9 --- manila/opts.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/manila/opts.py b/manila/opts.py index 04326d989b..30f0690549 100644 --- a/manila/opts.py +++ b/manila/opts.py @@ -106,10 +106,17 @@ _global_opt_lists = [ manila.message.api.messages_opts, manila.network.linux.interface.OPTS, manila.network.network_opts, + manila.network.network_base_opts, + manila.network.neutron.neutron_network_plugin. + neutron_network_plugin_opts, + manila.network.neutron.neutron_network_plugin. + neutron_single_network_plugin_opts, manila.network.neutron.neutron_network_plugin. neutron_bind_network_plugin_opts, manila.network.neutron.neutron_network_plugin. - neutron_single_network_plugin_opts, + neutron_binding_profile, + manila.network.neutron.neutron_network_plugin. + neutron_binding_profile_opts, manila.network.standalone_network_plugin.standalone_network_plugin_opts, manila.quota.quota_opts, manila.scheduler.drivers.base.scheduler_driver_opts,