Neutron firewall_v2 driver missing

Bug #1752073 reported by PerToft
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack-Ansible
Fix Released
Undecided
Manuel Buil

Bug Description

user_variables.yml:
neutron_plugin_base:
  - router
  - metering
  - firewall_v2
  - neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
  - vpnaas
  - neutron_dynamic_routing.services.bgp.bgp_plugin.BgpPlugin
  - qos

When deployed, neutron will not start because firewall_v2 driver is missing

2018-02-27 12:18:30.223 14474 INFO neutron.manager [req-c267c684-bdcb-4957-9586-19f96326976a - - - - -] Loading Plugin: firewall_v2
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils [req-c267c684-bdcb-4957-9586-19f96326976a - - - - -] Error loading class by alias: NoMatches: No 'neutron.service_plugins' driver found, looking for 'firewall_v2'
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils Traceback (most recent call last):
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/common/utils.py", line 324, in load_class_by_alias_or_classname
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils namespace, name, warn_on_missing_entrypoint=False)
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/stevedore/driver.py", line 61, in __init__
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils warn_on_missing_entrypoint=warn_on_missing_entrypoint
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/stevedore/named.py", line 89, in __init__
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils self._init_plugins(extensions)
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/stevedore/driver.py", line 113, in _init_plugins
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils (self.namespace, name))
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils NoMatches: No 'neutron.service_plugins' driver found, looking for 'firewall_v2'
2018-02-27 12:18:30.225 14474 ERROR neutron.common.utils
2018-02-27 12:18:30.226 14474 ERROR neutron.common.utils [req-c267c684-bdcb-4957-9586-19f96326976a - - - - -] Error loading class by class name: ValueError: Empty module name
2018-02-27 12:18:30.226 14474 ERROR neutron.common.utils Traceback (most recent call last):
2018-02-27 12:18:30.226 14474 ERROR neutron.common.utils File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/common/utils.py", line 330, in load_class_by_alias_or_classname
2018-02-27 12:18:30.226 14474 ERROR neutron.common.utils class_to_load = importutils.import_class(name)
2018-02-27 12:18:30.226 14474 ERROR neutron.common.utils File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_utils/importutils.py", line 30, in import_class
2018-02-27 12:18:30.226 14474 ERROR neutron.common.utils __import__(mod_str)
2018-02-27 12:18:30.226 14474 ERROR neutron.common.utils ValueError: Empty module name
2018-02-27 12:18:30.226 14474 ERROR neutron.common.utils
2018-02-27 12:18:30.227 14474 ERROR neutron.manager [req-c267c684-bdcb-4957-9586-19f96326976a - - - - -] Plugin 'firewall_v2' not found.
2018-02-27 12:18:30.229 14474 ERROR neutron.service [req-c267c684-bdcb-4957-9586-19f96326976a - - - - -] Unrecoverable error: please check log for details.: ImportError: Class not found.
2018-02-27 12:18:30.229 14474 ERROR neutron.service Traceback (most recent call last):
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/service.py", line 86, in serve_wsgi
2018-02-27 12:18:30.229 14474 ERROR neutron.service service.start()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/service.py", line 62, in start
2018-02-27 12:18:30.229 14474 ERROR neutron.service self.wsgi_app = _run_wsgi(self.app_name)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/service.py", line 289, in _run_wsgi
2018-02-27 12:18:30.229 14474 ERROR neutron.service app = config.load_paste_app(app_name)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/common/config.py", line 122, in load_paste_app
2018-02-27 12:18:30.229 14474 ERROR neutron.service app = loader.load_app(app_name)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_service/wsgi.py", line 353, in load_app
2018-02-27 12:18:30.229 14474 ERROR neutron.service return deploy.loadapp("config:%s" % self.config_path, name=name)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp
2018-02-27 12:18:30.229 14474 ERROR neutron.service return loadobj(APP, uri, name=name, **kw)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 272, in loadobj
2018-02-27 12:18:30.229 14474 ERROR neutron.service return context.create()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create
2018-02-27 12:18:30.229 14474 ERROR neutron.service return self.object_type.invoke(self)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke
2018-02-27 12:18:30.229 14474 ERROR neutron.service **context.local_conf)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/util.py", line 55, in fix_call
2018-02-27 12:18:30.229 14474 ERROR neutron.service val = callable(*args, **kw)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/urlmap.py", line 31, in urlmap_factory
2018-02-27 12:18:30.229 14474 ERROR neutron.service app = loader.get_app(app_name, global_conf=global_conf)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app
2018-02-27 12:18:30.229 14474 ERROR neutron.service name=name, global_conf=global_conf).create()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create
2018-02-27 12:18:30.229 14474 ERROR neutron.service return self.object_type.invoke(self)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke
2018-02-27 12:18:30.229 14474 ERROR neutron.service **context.local_conf)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/util.py", line 55, in fix_call
2018-02-27 12:18:30.229 14474 ERROR neutron.service val = callable(*args, **kw)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/auth.py", line 47, in pipeline_factory
2018-02-27 12:18:30.229 14474 ERROR neutron.service app = loader.get_app(pipeline[-1])
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app
2018-02-27 12:18:30.229 14474 ERROR neutron.service name=name, global_conf=global_conf).create()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create
2018-02-27 12:18:30.229 14474 ERROR neutron.service return self.object_type.invoke(self)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 146, in invoke
2018-02-27 12:18:30.229 14474 ERROR neutron.service return fix_call(context.object, context.global_conf, **context.local_conf)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/util.py", line 55, in fix_call
2018-02-27 12:18:30.229 14474 ERROR neutron.service val = callable(*args, **kw)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/api/v2/router.py", line 71, in factory
2018-02-27 12:18:30.229 14474 ERROR neutron.service return pecan_app.v2_factory(global_config, **local_config)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/pecan_wsgi/app.py", line 47, in v2_factory
2018-02-27 12:18:30.229 14474 ERROR neutron.service startup.initialize_all()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/pecan_wsgi/startup.py", line 39, in initialize_all
2018-02-27 12:18:30.229 14474 ERROR neutron.service manager.init()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 296, in init
2018-02-27 12:18:30.229 14474 ERROR neutron.service NeutronManager.get_instance()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 247, in get_instance
2018-02-27 12:18:30.229 14474 ERROR neutron.service cls._create_instance()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 271, in inner
2018-02-27 12:18:30.229 14474 ERROR neutron.service return f(*args, **kwargs)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 233, in _create_instance
2018-02-27 12:18:30.229 14474 ERROR neutron.service cls._instance = cls()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 141, in __init__
2018-02-27 12:18:30.229 14474 ERROR neutron.service self._load_service_plugins()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 203, in _load_service_plugins
2018-02-27 12:18:30.229 14474 ERROR neutron.service provider)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 165, in _get_plugin_instance
2018-02-27 12:18:30.229 14474 ERROR neutron.service plugin_class = self.load_class_for_provider(namespace, plugin_provider)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 162, in load_class_for_provider
2018-02-27 12:18:30.229 14474 ERROR neutron.service LOG.error("Plugin '%s' not found.", plugin_provider)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2018-02-27 12:18:30.229 14474 ERROR neutron.service self.force_reraise()
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2018-02-27 12:18:30.229 14474 ERROR neutron.service six.reraise(self.type_, self.value, self.tb)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 159, in load_class_for_provider
2018-02-27 12:18:30.229 14474 ERROR neutron.service plugin_provider)
2018-02-27 12:18:30.229 14474 ERROR neutron.service File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/common/utils.py", line 336, in load_class_by_alias_or_classname
2018-02-27 12:18:30.229 14474 ERROR neutron.service raise ImportError(_("Class not found."))
2018-02-27 12:18:30.229 14474 ERROR neutron.service ImportError: Class not found.
2018-02-27 12:18:30.229 14474 ERROR neutron.service
2018-02-27 12:18:30.232 14474 CRITICAL neutron [req-c267c684-bdcb-4957-9586-19f96326976a - - - - -] Unhandled error: ImportError: Class not found.
2018-02-27 12:18:30.232 14474 ERROR neutron Traceback (most recent call last):
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/bin/neutron-server", line 11, in <module>
2018-02-27 12:18:30.232 14474 ERROR neutron sys.exit(main())
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/cmd/eventlet/server/__init__.py", line 19, in main
2018-02-27 12:18:30.232 14474 ERROR neutron server.boot_server(wsgi_eventlet.eventlet_wsgi_server)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/server/__init__.py", line 42, in boot_server
2018-02-27 12:18:30.232 14474 ERROR neutron server_func()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/server/wsgi_eventlet.py", line 24, in eventlet_wsgi_server
2018-02-27 12:18:30.232 14474 ERROR neutron neutron_api = service.serve_wsgi(service.NeutronApiService)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/service.py", line 89, in serve_wsgi
2018-02-27 12:18:30.232 14474 ERROR neutron LOG.exception('Unrecoverable error: please check log '
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2018-02-27 12:18:30.232 14474 ERROR neutron self.force_reraise()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2018-02-27 12:18:30.232 14474 ERROR neutron six.reraise(self.type_, self.value, self.tb)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/service.py", line 86, in serve_wsgi
2018-02-27 12:18:30.232 14474 ERROR neutron service.start()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/service.py", line 62, in start
2018-02-27 12:18:30.232 14474 ERROR neutron self.wsgi_app = _run_wsgi(self.app_name)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/service.py", line 289, in _run_wsgi
2018-02-27 12:18:30.232 14474 ERROR neutron app = config.load_paste_app(app_name)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/common/config.py", line 122, in load_paste_app
2018-02-27 12:18:30.232 14474 ERROR neutron app = loader.load_app(app_name)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_service/wsgi.py", line 353, in load_app
2018-02-27 12:18:30.232 14474 ERROR neutron return deploy.loadapp("config:%s" % self.config_path, name=name)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp
2018-02-27 12:18:30.232 14474 ERROR neutron return loadobj(APP, uri, name=name, **kw)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 272, in loadobj
2018-02-27 12:18:30.232 14474 ERROR neutron return context.create()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create
2018-02-27 12:18:30.232 14474 ERROR neutron return self.object_type.invoke(self)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke
2018-02-27 12:18:30.232 14474 ERROR neutron **context.local_conf)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/util.py", line 55, in fix_call
2018-02-27 12:18:30.232 14474 ERROR neutron val = callable(*args, **kw)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/urlmap.py", line 31, in urlmap_factory
2018-02-27 12:18:30.232 14474 ERROR neutron app = loader.get_app(app_name, global_conf=global_conf)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app
2018-02-27 12:18:30.232 14474 ERROR neutron name=name, global_conf=global_conf).create()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create
2018-02-27 12:18:30.232 14474 ERROR neutron return self.object_type.invoke(self)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke
2018-02-27 12:18:30.232 14474 ERROR neutron **context.local_conf)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/util.py", line 55, in fix_call
2018-02-27 12:18:30.232 14474 ERROR neutron val = callable(*args, **kw)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/auth.py", line 47, in pipeline_factory
2018-02-27 12:18:30.232 14474 ERROR neutron app = loader.get_app(pipeline[-1])
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app
2018-02-27 12:18:30.232 14474 ERROR neutron name=name, global_conf=global_conf).create()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create
2018-02-27 12:18:30.232 14474 ERROR neutron return self.object_type.invoke(self)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 146, in invoke
2018-02-27 12:18:30.232 14474 ERROR neutron return fix_call(context.object, context.global_conf, **context.local_conf)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/paste/deploy/util.py", line 55, in fix_call
2018-02-27 12:18:30.232 14474 ERROR neutron val = callable(*args, **kw)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/api/v2/router.py", line 71, in factory
2018-02-27 12:18:30.232 14474 ERROR neutron return pecan_app.v2_factory(global_config, **local_config)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/pecan_wsgi/app.py", line 47, in v2_factory
2018-02-27 12:18:30.232 14474 ERROR neutron startup.initialize_all()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/pecan_wsgi/startup.py", line 39, in initialize_all
2018-02-27 12:18:30.232 14474 ERROR neutron manager.init()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 296, in init
2018-02-27 12:18:30.232 14474 ERROR neutron NeutronManager.get_instance()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 247, in get_instance
2018-02-27 12:18:30.232 14474 ERROR neutron cls._create_instance()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_concurrency/lockutils.py", line 271, in inner
2018-02-27 12:18:30.232 14474 ERROR neutron return f(*args, **kwargs)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 233, in _create_instance
2018-02-27 12:18:30.232 14474 ERROR neutron cls._instance = cls()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 141, in __init__
2018-02-27 12:18:30.232 14474 ERROR neutron self._load_service_plugins()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 203, in _load_service_plugins
2018-02-27 12:18:30.232 14474 ERROR neutron provider)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 165, in _get_plugin_instance
2018-02-27 12:18:30.232 14474 ERROR neutron plugin_class = self.load_class_for_provider(namespace, plugin_provider)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 162, in load_class_for_provider
2018-02-27 12:18:30.232 14474 ERROR neutron LOG.error("Plugin '%s' not found.", plugin_provider)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
2018-02-27 12:18:30.232 14474 ERROR neutron self.force_reraise()
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
2018-02-27 12:18:30.232 14474 ERROR neutron six.reraise(self.type_, self.value, self.tb)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/manager.py", line 159, in load_class_for_provider
2018-02-27 12:18:30.232 14474 ERROR neutron plugin_provider)
2018-02-27 12:18:30.232 14474 ERROR neutron File "/openstack/venvs/neutron-16.0.8/lib/python2.7/site-packages/neutron/common/utils.py", line 336, in load_class_by_alias_or_classname
2018-02-27 12:18:30.232 14474 ERROR neutron raise ImportError(_("Class not found."))
2018-02-27 12:18:30.232 14474 ERROR neutron ImportError: Class not found.
2018-02-27 12:18:30.232 14474 ERROR neutron

Revision history for this message
Jesse Pretorius (jesse-pretorius) wrote :

According to upstream docs it's right, so either those are wrong too or we're missing something: https://docs.openstack.org/neutron/queens/admin/fwaas-v2-scenario.html

Changed in openstack-ansible:
assignee: nobody → Markos Chandras (hwoarang)
Revision history for this message
Periyasamy Palanisamy (palani-peri) wrote :

Can you let me know the exact steps to reproduce this issue ? Does user_variables.yml contain only the above mentioned attributes under neutron_plugin_base ?

Revision history for this message
PerToft (per-minfejl) wrote : Re: [Bug 1752073] Re: Neutron firewall_v2 driver missing

openstack_user_config.yml: http://termbin.com/6j6d
user_variables.yml: http://termbin.com/8o6p

I will re-run the play os-neutron-install.yml and test again. Any
suggestions or other logs you require?

2018-03-08 14:01 GMT+01:00 Periyasamy Palanisamy <<email address hidden>
>:

> Can you let me know the exact steps to reproduce this issue ? Does
> user_variables.yml contain only the above mentioned attributes under
> neutron_plugin_base ?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1752073
>
> Title:
> Neutron firewall_v2 driver missing
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/openstack-ansible/+bug/1752073/+subscriptions
>

--
Med venlig hilsen

M.Sc.Eng. Per N. Toft
Kærhavebakken 80
DK-9270 Klarup
Tlf. 60507537
E-mail. <email address hidden>

Revision history for this message
PerToft (per-minfejl) wrote :

I have executed openstack-ansible os-neutron-install.yml again.

Output from /var/log/neutron/neutron-server.log: http://termbin.com/k40g

What else should I check?

/PTO

2018-03-14 9:41 GMT+01:00 Per Toft <email address hidden>:

> openstack_user_config.yml: http://termbin.com/6j6d
> user_variables.yml: http://termbin.com/8o6p
>
> I will re-run the play os-neutron-install.yml and test again. Any
> suggestions or other logs you require?
>
> 2018-03-08 14:01 GMT+01:00 Periyasamy Palanisamy <
> <email address hidden>>:
>
>> Can you let me know the exact steps to reproduce this issue ? Does
>> user_variables.yml contain only the above mentioned attributes under
>> neutron_plugin_base ?
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1752073
>>
>> Title:
>> Neutron firewall_v2 driver missing
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/openstack-ansible/+bug/1752073/+subscriptions
>>
>
>
>
> --
> Med venlig hilsen
>
> M.Sc.Eng. Per N. Toft
> Kærhavebakken 80
> DK-9270 Klarup
> Tlf. 60507537 <60%2050%2075%2037>
> E-mail. <email address hidden>
>
>

--
Med venlig hilsen

M.Sc.Eng. Per N. Toft
Kærhavebakken 80
DK-9270 Klarup
Tlf. 60507537
E-mail. <email address hidden>

Changed in openstack-ansible:
assignee: Markos Chandras (hwoarang) → Manuel Buil (mbuil)
Manuel Buil (mbuil)
Changed in openstack-ansible:
status: New → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/558873

Changed in openstack-ansible:
status: Confirmed → In Progress
Revision history for this message
Manuel Buil (mbuil) wrote :
Changed in openstack-ansible:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_neutron (master)

Reviewed: https://review.openstack.org/558873
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_neutron/commit/?id=eec4b767a59e71a718eff0889dc8ee074fc846f0
Submitter: Zuul
Branch: master

commit eec4b767a59e71a718eff0889dc8ee074fc846f0
Author: Manuel Buil <email address hidden>
Date: Wed Apr 4 18:35:09 2018 +0200

    Bug fix: fwaas_v2 was missing in the pip task

    Closes-Bug:#1752073

    The neutron_optional_fwaas_pip_packages was never used because only
    neutron_fwaas was checked. This patch adds neutron_fwaas_v2 to the
    list

    Change-Id: I45247cd4fe9a54dde6c866e23b1a62a0632467a3
    Signed-off-by: Manuel Buil <email address hidden>
    Depends-On: Ifa33e5aedd06e1c0cc44d03354d56de18db46932

Changed in openstack-ansible:
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_neutron (stable/queens)

Fix proposed to branch: stable/queens
Review: https://review.openstack.org/560020

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-ansible-os_neutron (stable/pike)

Fix proposed to branch: stable/pike
Review: https://review.openstack.org/560021

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_neutron (stable/queens)

Reviewed: https://review.openstack.org/560020
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_neutron/commit/?id=e55cd96fe2f6d43a0e847a71967d29db27c84a5d
Submitter: Zuul
Branch: stable/queens

commit e55cd96fe2f6d43a0e847a71967d29db27c84a5d
Author: Manuel Buil <email address hidden>
Date: Wed Apr 4 18:35:09 2018 +0200

    Bug fix: fwaas_v2 was missing in the pip task

    Closes-Bug:#1752073

    The neutron_optional_fwaas_pip_packages was never used because only
    neutron_fwaas was checked. This patch adds neutron_fwaas_v2 to the
    list

    Change-Id: I45247cd4fe9a54dde6c866e23b1a62a0632467a3
    Signed-off-by: Manuel Buil <email address hidden>
    Depends-On: Ifa33e5aedd06e1c0cc44d03354d56de18db46932
    (cherry picked from commit eec4b767a59e71a718eff0889dc8ee074fc846f0)

tags: added: in-stable-queens
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-os_neutron (stable/pike)

Reviewed: https://review.openstack.org/560021
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_neutron/commit/?id=816e9edccdcea9999e899ec1fdd16373daa87f78
Submitter: Zuul
Branch: stable/pike

commit 816e9edccdcea9999e899ec1fdd16373daa87f78
Author: Manuel Buil <email address hidden>
Date: Wed Apr 4 18:35:09 2018 +0200

    Bug fix: fwaas_v2 was missing in the pip task

    Closes-Bug:#1752073

    The neutron_optional_fwaas_pip_packages was never used because only
    neutron_fwaas was checked. This patch adds neutron_fwaas_v2 to the
    list

    Change-Id: I45247cd4fe9a54dde6c866e23b1a62a0632467a3
    Signed-off-by: Manuel Buil <email address hidden>
    Depends-On: Ifa33e5aedd06e1c0cc44d03354d56de18db46932
    (cherry picked from commit eec4b767a59e71a718eff0889dc8ee074fc846f0)

tags: added: in-stable-pike
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_neutron 17.0.3

This issue was fixed in the openstack/openstack-ansible-os_neutron 17.0.3 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_neutron 16.0.12

This issue was fixed in the openstack/openstack-ansible-os_neutron 16.0.12 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-ansible-os_neutron 18.0.0.0b1

This issue was fixed in the openstack/openstack-ansible-os_neutron 18.0.0.0b1 development milestone.

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.