[Yahoo-eng-team] [Bug 1516946] Re: keystone WSGI fail: ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option

2016-03-08 Thread Dolph Mathews
I've run into this myself. This is the result of using outdated WSGI startup scripts. As part of your upgrade process, you must switch to the ones from the release you're trying to deploy. This is because keystone has refactored some responsibilities out of those WSGI scripts, so your scripts are

[Yahoo-eng-team] [Bug 1516946] Re: keystone WSGI fail: ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option

2016-01-25 Thread Matt Fischer
Marking invalid for Puppet due to lack of information per Emilien's request. ** Changed in: puppet-keystone Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https:

[Yahoo-eng-team] [Bug 1516946] Re: keystone WSGI fail: ArgsAlreadyParsedError: arguments already parsed: cannot register CLI option

2015-12-10 Thread Tom Verdaat
Some more details on this: Was running the keystone public and admin endpoints within the same Apache Vhost (e.g. on the same port) with separate paths like this: https://github.com/openstack/puppet- keystone/blob/master/examples/apache_with_paths.pp That's broken for Liberty :( Running keyston