From 9599ffe65d9dcd4b3aa780d346eccd1e760890bf Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 13 Jun 2017 15:55:33 -0400 Subject: reorganize existing documentation according to the new standard layout Move existing content around based on the doc-migration specification. Replace :doc: markup with :ref: to have sphinx keep track of where the files move and generate valid hyperlinks. Add a few toctrees and index pages for the new directories. Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330 Signed-off-by: Doug Hellmann --- doc/source/cli/command-objects/compute-agent.rst | 102 +++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 doc/source/cli/command-objects/compute-agent.rst (limited to 'doc/source/cli/command-objects/compute-agent.rst') diff --git a/doc/source/cli/command-objects/compute-agent.rst b/doc/source/cli/command-objects/compute-agent.rst new file mode 100644 index 00000000..e8317b48 --- /dev/null +++ b/doc/source/cli/command-objects/compute-agent.rst @@ -0,0 +1,102 @@ +============= +compute agent +============= + +Compute v2 + +compute agent create +-------------------- + +Create compute agent + +.. program:: compute agent create +.. code:: bash + + openstack compute agent create + + + +.. _compute_agent-create: +.. describe:: + + Type of OS + +.. describe:: + + Type of architecture + +.. describe:: + + Version + +.. describe:: + + URL + +.. describe:: + + MD5 hash + +.. describe:: + + Type of hypervisor + +compute agent delete +-------------------- + +Delete compute agent(s) + +.. program:: compute agent delete +.. code:: bash + + openstack compute agent delete [ ...] + +.. _compute_agent-delete: +.. describe:: + + ID of agent(s) to delete + +compute agent list +------------------ + +List compute agents + +.. program:: compute agent list +.. code:: bash + + openstack compute agent list [--hypervisor ] + +.. option:: --hypervisor + + Type of hypervisor + +compute agent set +----------------- + +Set compute agent properties + +.. program:: agent set +.. code:: bash + + openstack compute agent set + [--agent-version ] + [--url ] + + +.. _compute_agent-set: +.. option:: --agent-version + + Version of the agent + +.. option:: --url + + URL of the agent + +.. option:: --md5hash + + MD5 hash of the agent + +.. describe:: + + Agent to modify (ID only) -- cgit v1.2.1