← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1689214] [NEW] neutron/devstack/settings assumes ml2

 

Public bug reported:

the following block in the file assumes ml2 and make it difficult to use
the devstack plugin with other core plugins. (eg. midonet monolithic plugin)

if is_neutron_legacy_enabled; then
    NEUTRON_CORE_PLUGIN=$Q_PLUGIN
    NEUTRON_AGENT=$Q_AGENT
    # NOTE(ihrachys) those values are defined same way as in
    # lib/neutron_plugins/ml2:neutron_plugin_configure_common
    NEUTRON_CORE_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2
    NEUTRON_CORE_PLUGIN_CONF=$NEUTRON_CORE_PLUGIN_CONF_PATH/ml2_conf.ini
fi

** Affects: neutron
     Importance: Undecided
         Status: New

** Summary changed:

- neutron/devstack/setttings assumes ml2
+ neutron/devstack/settings assumes ml2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1689214

Title:
  neutron/devstack/settings assumes ml2

Status in neutron:
  New

Bug description:
  the following block in the file assumes ml2 and make it difficult to use
  the devstack plugin with other core plugins. (eg. midonet monolithic plugin)

  if is_neutron_legacy_enabled; then
      NEUTRON_CORE_PLUGIN=$Q_PLUGIN
      NEUTRON_AGENT=$Q_AGENT
      # NOTE(ihrachys) those values are defined same way as in
      # lib/neutron_plugins/ml2:neutron_plugin_configure_common
      NEUTRON_CORE_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2
      NEUTRON_CORE_PLUGIN_CONF=$NEUTRON_CORE_PLUGIN_CONF_PATH/ml2_conf.ini
  fi

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1689214/+subscriptions


Follow ups