yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03408
[Bug 1199443] Re: quantum-server won't start
** Also affects: neutron
Importance: Undecided
Status: New
** Changed in: tripleo
Assignee: (unassigned) => Derek Higgins (derekh)
** Changed in: tripleo
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1199443
Title:
quantum-server won't start
Status in OpenStack Neutron (virtual network service):
New
Status in tripleo - openstack on openstack:
Fix Released
Bug description:
Error below while trying to start quantum-server
I think its related to the quantum -> neutron rename (at least it
started happening over the weekend)
Traceback (most recent call last):
File "/opt/stack/venvs/quantum/bin/quantum-server", line 8, in <module>
load_entry_point('neutron==2013.2.a3.ga3d0a44', 'console_scripts', 'quantum-server')()
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/neutron/server/__init__.py", line 38, in main
neutron_service = service.serve_wsgi(service.NeutronApiService)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/neutron/service.py", line 98, in serve_wsgi
service.start()
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/neutron/service.py", line 64, in start
self.wsgi_app = _run_wsgi(self.app_name)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/neutron/service.py", line 107, in _run_wsgi
app = config.load_paste_app(app_name)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/neutron/common/config.py", line 144, in load_paste_app
app = deploy.loadapp("config:%s" % config_path, name=app_name)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp
return loadobj(APP, uri, name=name, **kw)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 272, in loadobj
return context.create()
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create
return self.object_type.invoke(self)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke
**context.local_conf)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call
val = callable(*args, **kw)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/urlmap.py", line 25, in urlmap_factory
app = loader.get_app(app_name, global_conf=global_conf)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 350, in get_app
name=name, global_conf=global_conf).create()
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 710, in create
return self.object_type.invoke(self)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 144, in invoke
**context.local_conf)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/util.py", line 56, in fix_call
val = callable(*args, **kw)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/neutron/auth.py", line 58, in pipeline_factory
filters = [loader.get_filter(n) for n in pipeline[:-1]]
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 354, in get_filter
name=name, global_conf=global_conf).create()
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 366, in filter_context
FILTER, name=name, global_conf=global_conf)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 458, in get_context
section)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 517, in _context_from_explicit
value = import_string(found_expr)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 22, in import_string
return pkg_resources.EntryPoint.parse("x=" + s).load(False)
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/opt/stack/venvs/quantum/local/lib/python2.7/site-packages/quantum/api/__init__.py", line 33, in <module>
sys.modules['quantum.api.extensions'] = extensions
AttributeError: 'NoneType' object has no attribute 'modules'
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1199443/+subscriptions