yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04895
[Bug 1185367] Re: AZ should be validated durign instance create at the api layer
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => havana-3
--
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/1185367
Title:
AZ should be validated durign instance create at the api layer
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Currently the compute API layer does not do any validation of the
availability zone, so a request like:
nova boot --availability_zone foobar
will be accepted, sent to the scheduler, and the instance will go to
error.
There is already code in compute/api.py which processes the
availability_zone value
def _handle_availability_zone(availability_zone)
...
So it seems like there should be some basic validation added to check that the zone exists and is available
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1185367/+subscriptions