Reviewed: https://review.openstack.org/271587 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d21d9798fe321c54941af5873b0202abc47f56d8 Submitter: Jenkins Branch: master
commit d21d9798fe321c54941af5873b0202abc47f56d8 Author: Kevin Benton <[email protected]> Date: Fri Jan 22 15:20:50 2016 -0800 Don't decide web_framework before config parse This ensures that the config files passed on the CLI are parsed before the choice is made based on config options to launch pecan/homegrown wsgi handler. Closes-Bug: #1537292 Change-Id: I577befea74d84d611cd198c92c54ae3651e2d921 ** Changed in: neutron Status: In Progress => 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/1537292 Title: 'web_framework' option has no effect Status in neutron: Fix Released Bug description: The 'web_framework' option does not work correctly when the process is invoked via the command line because the --config-file arguments are not loaded at the time it is called so it always defaults to 'legacy'. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1537292/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

