[Yahoo-eng-team] [Bug 1696830] Re: nova-placement-api default config files is too strict

2019-03-11 Thread Chris Dent
After speaking with coreycb we're going to drop nova/placement from this as it no longer quite fits and the existing snap related bugs are sufficient to provide an aide-mémoire. ** Changed in: nova Status: In Progress => Won't Fix -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1696830] Re: nova-placement-api default config files is too strict

2017-06-22 Thread Corey Bryant
** Changed in: snap-nova-hypervisor Status: New => Fix Released ** Changed in: snap-glance Status: New => Fix Released ** Changed in: snap-neutron Status: New => Fix Released ** Changed in: nova Assignee: Corey Bryant (corey.bryant) => (unassigned) ** Changed in:

[Yahoo-eng-team] [Bug 1696830] Re: nova-placement-api default config files is too strict

2017-06-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/473615 Committed: https://git.openstack.org/cgit/openstack/snap-nova/commit/?id=f011198f5bd93d20fd37a124140d9addbf1a4c29 Submitter: Jenkins Branch:master commit f011198f5bd93d20fd37a124140d9addbf1a4c29 Author: Corey Bryant

[Yahoo-eng-team] [Bug 1696830] Re: nova-placement-api default config files is too strict

2017-06-19 Thread OpenStack Infra
Reviewed: https://review.openstack.org/474212 Committed: https://git.openstack.org/cgit/openstack/oslo.config/commit/?id=21e70e28b3015c1619dacfad8a2218b09e8109ec Submitter: Jenkins Branch:master commit 21e70e28b3015c1619dacfad8a2218b09e8109ec Author: Corey Bryant

[Yahoo-eng-team] [Bug 1696830] Re: nova-placement-api default config files is too strict

2017-06-14 Thread Corey Bryant
** Also affects: snap-neutron Importance: Undecided Status: New ** Also affects: snap-keystone Importance: Undecided Status: New ** Also affects: snap-nova-hypervisor Importance: Undecided Status: New ** Also affects: snap-glance Importance: Undecided

[Yahoo-eng-team] [Bug 1696830] Re: nova-placement-api default config files is too strict

2017-06-11 Thread Corey Bryant
It looks like there's more to this. From what I can tell, the placement api config doesn't actually make its way through from the placement wsgi script to keystonemiddleware via OS_PLACEMENT_CONFIG_DIR or via my attempt to fix above by passing sys.argv. While setting debug=true makes it look like

[Yahoo-eng-team] [Bug 1696830] Re: nova-placement-api default config files is too strict

2017-06-09 Thread Chris Dent
As I said in response to you on the review, the goal is to be able to express more than one place to look for the config, which the environment variable currently does not do. ** Changed in: nova Status: Opinion => Triaged -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1696830] Re: nova-placement-api default config files is too strict

2017-06-09 Thread Sylvain Bauza
Like I said in the review, after looking at PEP-, I think Nova already supports defining other places for nova.conf by defining the OS_PLACEMENT_CONFIG_DIR environment variable. I don't really see why you couldn't want to set this specific envvar ? ** Changed in: nova Status: In