availability zones creation api
Is there any api to create availability zones?
First time here? Check out the FAQ!
Is there any api to create availability zones?
You are really talking about building an OpenStackcloud. An Availability zone contains all the controller nodes and services that orchestrate the cloud, nova, glance, cinder, keystone and the like. You can take an availability zone and slice it into aggregates and there is an api for creating aggregates. Also there is good link below.
nova aggregate-create test-aggregate2 test-az
+----+-----------------+-------------------+-------+----------+
| Id | Name | Availability Zone | Hosts | Metadata |
+----+-----------------+-------------------+-------+----------+
| 2 | test-aggregate2 | test-az | | |
+----+-----------------+-------------------+-------+----------+
Thanks Bill!!!
Asked: 2014-03-18 12:15:21 -0600
Seen: 122 times
Last updated: Mar 21 '14
nova-api: Caught error: Timed out waiting for a reply to message ID
nova scheduler scheduling instance on invalid host
Issues in multi-node devstack configuration on Ubuntu 16.04: nova-api did not start
ImportError: No module named rootwrap.cmd
how to put a local file into instance in openstack?
Nova-api not running but pid file exists
Version 1.9 of InstanceList is not supported
Limiting VM access to admin_or_owner in Grizzly
Possible to execute the controller node as a compute node? [closed]