python-openstackclient/doc/source/command-objects/aggregate.rst
Steve Martinelli 27b73ac55d Fix doc building errors
Addresses some of the issues that appeared when running tox -edocs

Change-Id: I31133744ee0ddefa72c6590cb381de317e65633e
2015-01-19 13:12:18 -05:00

2.5 KiB

aggregate

Server aggregates provide a mechanism to group servers according to certain criteria.

Compute v2

aggregate add host

Add host to aggregate

aggregate add host

os aggregate add host
    <aggregate>
    <host>




Aggregate (name or ID)

<host>

Host to add to \<aggregate\> <aggregate_add_host-aggregate>

aggregate create

Create a new aggregate

aggregate create

os aggregate create
    [--zone <availability-zone>]
    [--property <key=value>]
    <name>

--zone <availability-zone>

Availability zone name

--property <key=value>

Property to add to this aggregate (repeat option to set multiple properties)

<name>

New aggregate name

aggregate delete

Delete an existing aggregate

aggregate delete

os aggregate delete
    <aggregate>

<aggregate>

Aggregate to delete (name or ID)

aggregate list

List all aggregates

aggregate list

os aggregate list
    [--long]

--long

List additional fields in output

aggregate remove host

Remove host from aggregate

aggregate remove host

os aggregate remove host
    <aggregate>
    <host>




Aggregate (name or ID)

<host>

Host to remove from \<aggregate\> <aggregate_remove_host-aggregate>

aggregate set

Set aggregate properties

aggregate set

os aggregate set
    [--name <new-name>]
    [--zone <availability-zone>]
    [--property <key=value>]
    <aggregate>

--name <name>

Set aggregate name

--zone <availability-zone>

Set availability zone name

--property <key=value>

Property to set on \<aggregate\> <aggregate_set-aggregate> (repeat option to set multiple properties)

Aggregate to modify (name or ID)

aggregate show

Display aggregate details

aggregate show

os aggregate show
    <aggregate>

<aggregate>

Aggregate to display (name or ID)