
OpenStack Cloud Computing Cookbook
By :

When a host aggregate no longer applies in a given environment, it can be deleted. A host aggregate must have all hosts removed before it can be removed.
To delete a host aggregate, you will need the following information:
The openstack
command-line client
The openrc
file containing appropriate credentials
The name or ID of the aggregate
For the following example, we will delete the cookbook-threadripper-hosts
aggregate.
The following commands are used to delete a host aggregate:
First, list the existing aggregates:
openstack aggregate list
This will bring back the following output:
Confirm that the aggregate has no hosts (Refer to the Removing a compute host from a host aggregate recipe if necessary):
openstack aggregate show cookbook-threadripper-hosts
This will bring back the following output:
Now we can delete the aggregate with the following command:
openstack aggregate delete cookbook-threadripper-hosts
This command produces no output...
Change the font size
Change margin width
Change background colour