summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/compute-agent.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/command-objects/compute-agent.rst')
-rw-r--r--doc/source/command-objects/compute-agent.rst102
1 files changed, 0 insertions, 102 deletions
diff --git a/doc/source/command-objects/compute-agent.rst b/doc/source/command-objects/compute-agent.rst
deleted file mode 100644
index e8317b48..00000000
--- a/doc/source/command-objects/compute-agent.rst
+++ /dev/null
@@ -1,102 +0,0 @@
-=============
-compute agent
-=============
-
-Compute v2
-
-compute agent create
---------------------
-
-Create compute agent
-
-.. program:: compute agent create
-.. code:: bash
-
- openstack compute agent create
- <os> <architecture> <version> <url> <md5hash>
- <hypervisor>
-
-.. _compute_agent-create:
-.. describe:: <os>
-
- Type of OS
-
-.. describe:: <architecture>
-
- Type of architecture
-
-.. describe:: <version>
-
- Version
-
-.. describe:: <url>
-
- URL
-
-.. describe:: <md5hash>
-
- MD5 hash
-
-.. describe:: <hypervisor>
-
- Type of hypervisor
-
-compute agent delete
---------------------
-
-Delete compute agent(s)
-
-.. program:: compute agent delete
-.. code:: bash
-
- openstack compute agent delete <id> [<id> ...]
-
-.. _compute_agent-delete:
-.. describe:: <id>
-
- ID of agent(s) to delete
-
-compute agent list
-------------------
-
-List compute agents
-
-.. program:: compute agent list
-.. code:: bash
-
- openstack compute agent list [--hypervisor <hypervisor>]
-
-.. option:: --hypervisor <hypervisor>
-
- Type of hypervisor
-
-compute agent set
------------------
-
-Set compute agent properties
-
-.. program:: agent set
-.. code:: bash
-
- openstack compute agent set
- [--agent-version <version>]
- [--url <url]
- [--md5hash <md5hash>]
- <id>
-
-.. _compute_agent-set:
-.. option:: --agent-version <version>
-
- Version of the agent
-
-.. option:: --url <url>
-
- URL of the agent
-
-.. option:: --md5hash <md5hash>
-
- MD5 hash of the agent
-
-.. describe:: <id>
-
- Agent to modify (ID only)