[Yahoo-eng-team] [Bug 1558866] Re: Architecture ValueError Uncaught API Exception

2017-06-16 Thread Sean Dague
** Changed in: nova/mitaka Status: Fix Committed => Fix Released -- 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/1558866 Title: Architecture ValueError Uncaught

[Yahoo-eng-team] [Bug 1558866] Re: Architecture ValueError Uncaught API Exception

2017-06-16 Thread Sean Dague
** Changed in: nova/liberty Status: Fix Committed => Fix Released -- 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/1558866 Title: Architecture ValueError Uncaught

[Yahoo-eng-team] [Bug 1558866] Re: Architecture ValueError Uncaught API Exception

2016-04-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/295395 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=52b165bf1cf019353cd90b427ac3dd9991de48c7 Submitter: Jenkins Branch:master commit 52b165bf1cf019353cd90b427ac3dd9991de48c7 Author: Matt Riedemann Date: Mon

[Yahoo-eng-team] [Bug 1558866] Re: Architecture ValueError Uncaught API Exception

2016-03-21 Thread Matt Riedemann
Russell, I have a fix up for the nova API validation part, I just need to write a functional test for it. If you could validate that patch resolves your issue it'd be helpful. ** Changed in: horizon Status: New => Opinion -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1558866] Re: Architecture ValueError Uncaught API Exception

2016-03-21 Thread Matt Riedemann
** Tags added: liberty-backport-potential ** Also affects: nova/liberty Importance: Undecided Status: New ** Also affects: nova/mitaka Importance: Undecided Status: New ** Changed in: nova/mitaka Status: New => Confirmed ** Changed in: nova/liberty Status: New

[Yahoo-eng-team] [Bug 1558866] Re: Architecture ValueError Uncaught API Exception

2016-03-21 Thread Matt Riedemann
The valid architectures for an image in nova are defined here: https://github.com/openstack/nova/blob/13.0.0.0rc1/nova/compute/arch.py#L72 I've added Horizon to this bug report since Horizon could create a dropdown box using that list (although horizon might not be able to import that code and