========= aggregate ========= Host aggregates provide a mechanism to group hosts according to certain criteria. Compute v2 aggregate add host ------------------ Add host to aggregate .. program:: aggregate add host .. code:: bash openstack aggregate add host .. _aggregate_add_host-aggregate: .. describe:: Aggregate (name or ID) .. _aggregate_add_host-host: .. describe:: Host to add to :ref:`\ ` aggregate create ---------------- Create a new aggregate .. program:: aggregate create .. code:: bash openstack aggregate create [--zone ] [--property [...] ] .. option:: --zone Availability zone name .. option:: --property Property to add to this aggregate (repeat option to set multiple properties) .. _aggregate_create-name: .. describe:: New aggregate name aggregate delete ---------------- Delete existing aggregate(s) .. program:: aggregate delete .. code:: bash openstack aggregate delete [ ...] .. _aggregate_delete-aggregate: .. describe:: Aggregate(s) to delete (name or ID) aggregate list -------------- List all aggregates .. program:: aggregate list .. code:: bash openstack aggregate list [--long] .. option:: --long List additional fields in output aggregate remove host --------------------- Remove host from aggregate .. program:: aggregate remove host .. code:: bash openstack aggregate remove host .. _aggregate_remove_host-aggregate: .. describe:: Aggregate (name or ID) .. _aggregate_remove_host-host: .. describe:: Host to remove from :ref:`\ ` aggregate set ------------- Set aggregate properties .. program:: aggregate set .. code:: bash openstack aggregate set [--name ] [--zone ] [--property [...] ] [--no-property] .. option:: --name Set aggregate name .. option:: --zone Set availability zone name .. option:: --property Property to set on :ref:`\ ` (repeat option to set multiple properties) .. option:: --no-property Remove all properties from :ref:`\ ` (specify both :option:`--property` and :option:`--no-property` to overwrite the current properties) .. _aggregate_set-aggregate: .. describe:: Aggregate to modify (name or ID) aggregate show -------------- Display aggregate details .. program:: aggregate show .. code:: bash openstack aggregate show .. _aggregate_show-aggregate: .. describe:: Aggregate to display (name or ID) aggregate unset --------------- Unset aggregate properties .. program:: aggregate unset .. code-block:: bash openstack aggregate unset [--property [...] ] .. option:: --property Property to remove from :ref:`\ ` (repeat option to remove multiple properties) .. _aggregate_unset-aggregate: .. describe:: Aggregate to modify (name or ID)