Comment 4 for bug 1301418

Revision history for this message
Shannon McFarland (shmcfarl) wrote :

Yeah, the service_provider entry is certainly not being made in the havana release. I am trying to figure out what neutron is after for the /etc/neutron/rootwrap.d/vpnaas.filters file. I have added what I have used in H.1 but perhaps something along the line has changed and more needs to be in that file as it keeps complaining about:

2014-04-03 10:20:48.273 60068 TRACE neutron Stderr: 'Traceback (most recent call last):\n File "/usr/bin/neutron-rootwrap", line 10, in <module>\n sys.exit(main())\n File "/usr/lib/python2.7/dist-packages/neutron/openstack/common/rootwrap/cmd.py", line 109, in main\n filters = wrapper.load_filters(config.filters_path)\n File "/usr/lib/python2.7/dist-packages/neutron/openstack/common/rootwrap/wrapper.py", line 114, in load_filters\n filterconfig.read(os.path.join(filterdir, filterfile))\n File "/usr/lib/python2.7/ConfigParser.py", line 305, in read\n self._read(fp, filename)\n File "/usr/lib/python2.7/ConfigParser.py", line 512, in _read\n raise MissingSectionHeaderError(fpname, lineno, line)\nConfigParser.MissingSectionHeaderError: File contains no section headers.\nfile: /etc/neutron/rootwrap.d/vpnaas.filters, line: 1\n\'lters]\\n\'\n'
2014-04-03 10:20:48.273 60068 TRACE neutron