onefinestay / gonzo

Instance and release management made easy
Other
17 stars 4 forks source link

Hardcoded nova availability zone #1

Open junkafarian opened 11 years ago

junkafarian commented 11 years ago

OPENSTACK_AVAILABILITY_ZONE is hardcoded in https://github.com/onefinestay/gonzo/blob/master/gonzo/backends/openstack.py#L10 it feels like this should be configurable depending on the openstack profile

davidszotten commented 11 years ago

not sure if it's a bug or if we're just running an old version of nova, but on our instance, asking for availability zones raises a 404

>>> cloud.connection.api.availability_zones.list()
NotFound: Not found (HTTP 404)

also can't see any references to az's in our web gui

hence the hard-coding for now