yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #01008
[Bug 1143998] Re: nova-api crash - grizzly/raring
This:
[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
is the issue, it should be this:
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
the auth_token middleware in keystone should probably be deleted
moving there
** Changed in: nova
Status: Incomplete => Invalid
** Summary changed:
- nova-api crash - grizzly/raring
+ nova-api crash - keystone.middleware.auth_token broken
** Also affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1143998
Title:
nova-api crash - keystone.middleware.auth_token broken
Status in OpenStack Identity (Keystone):
New
Status in OpenStack Compute (Nova):
Invalid
Bug description:
OS: Ubuntu Raring
nova-api version: 1:2013.1+git201303021031~raring-0ubuntu1
Problem Description: Fresh install of Raring and Grizzly, nova-api crashes. The following message is logged in nova-api.log.
TRACE nova File "/usr/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1244, in register_cli_opts
TRACE nova self.register_cli_opt(opt, group, clear_cache=False)
TRACE nova File "/usr/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1091, in __inner
TRACE nova return f(self, *args, **kwargs)
TRACE nova File "/usr/lib/python2.7/dist-packages/oslo/config/cfg.py", line 1236, in register_cli_opt
TRACE nova raise ArgsAlreadyParsedError("cannot register CLI option")
TRACE nova ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option
TRACE nova
INFO nova.service [-] Parent process has died unexpectedly, exiting
INFO nova.wsgi [-] Stopping WSGI server.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1143998/+subscriptions