Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.1
-
None
-
None
Description
I didn't find a way to figure out availability zone to instance
Like
$ nova boot --flavor 84 --image 64d985ba-2cfa-434d-b789-06eac141c260 \
> --availability-zone test-az testinstance
$ nova show testinstance
...
OS-EXT-AZ:availability_zone | test-az |
There is no API to receive it from Server / ServerWithSecurityGroups object, and using getAvailabilityZoneApi I can receive only list of availability zones names and its state, but no relation between host (server allow to retrieve host id) and availability zone