========= 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 os aggregate add host .. _aggregate_add_host-aggregate: .. describe:: Aggregate (name or ID) .. describe:: Host to add to :ref:`\ ` aggregate create ---------------- Create a new aggregate .. program:: aggregate create .. code:: bash os aggregate create [--zone ] [--property [...] ] .. option:: --zone Availability zone name .. option:: --property Property to add to this aggregate (repeat option to set multiple properties) .. describe:: New aggregate name aggregate delete ---------------- Delete existing aggregate(s) .. program:: aggregate delete .. code:: bash os aggregate delete [ ...] .. describe:: Aggregate(s) to delete (name or ID) aggregate list -------------- List all aggregates .. program:: aggregate list .. code:: bash os aggregate list [--long] .. option:: --long List additional fields in output aggregate remove host --------------------- Remove host from aggregate .. program:: aggregate remove host .. code:: bash os aggregate remove host .. _aggregate_remove_host-aggregate: .. describe:: Aggregate (name or ID) .. describe:: Host to remove from :ref:`\ ` aggregate set ------------- Set aggregate properties .. program:: aggregate set .. code:: bash os 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 --property and --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 os aggregate show .. describe:: Aggregate to display (name or ID) aggregate unset --------------- Unset aggregate properties .. program:: aggregate unset .. code-block:: bash os 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)