neutron plugins : - dns in user_variables causes neutron to stop working

Bug #1712619 reported by DimGR
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Invalid
Undecided
Unassigned

Bug Description

Hello

In Ocata 15.1.0 setting - dns in the user_variables.yml for neutron will make the neutron service useless.

i wanted to enable dns in neutron for magnum and i set up - dns then rerun the neutron role. The neutron playbook will finish with no errors but nothing related to neutron will work. In horizon all networking tabs will give out an error saying options can not be retrieved and nova list will not work either.
From logs i saw these errors posted below
http://paste.openstack.org/show/619199/

i deleted - dns from uservariables.yml , re run the neutron role and everything is operational again .

this config will work

## Debug and Verbose options.
debug: false
neutron_plugin_base:
  - router
  - metering
  - neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2

this config will NOT work

## Debug and Verbose options.
debug: false
neutron_plugin_base:
  - router
  - metering
  - neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
  - dns

Tags: dns neutron
DimGR (dimgr)
description: updated
DimGR (dimgr)
summary: - setting - dns in user_variables causes neutron to stop working
+ neutron plugins : - dns in user_variables causes neutron to stop
+ working
DimGR (dimgr)
description: updated
Revision history for this message
Jean-Philippe Evrard (jean-philippe-evrard) wrote :

Updating to stable/ocata fixes it, so we can continue.

Changed in openstack-ansible:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.