summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-10-04 09:37:02 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-10-04 10:09:31 +0900
commit364cad41912e2c0f99a30f78b2835f3480a18d6e (patch)
treede2a903a8948fc3ff2325997c0c2df5ef9abdb58 /doc
parent48634ed51e64f10424eef5bfb18dc63eda051c1d (diff)
downloadpython-novaclient-364cad41912e2c0f99a30f78b2835f3480a18d6e.tar.gz
Remove cells v1 and extension commands and APIs
The following CLIs and their backing API bindings which have been deprecated since 20.0.0 Train release have now been removed. - list-extensions - cell-capacities - cell-show Change-Id: I8e6edf1e4c1bf12d51ed993363129b4f4c3aa36c
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/nova.rst55
1 files changed, 0 insertions, 55 deletions
diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst
index 712a5ec1..bf919d4b 100644
--- a/doc/source/cli/nova.rst
+++ b/doc/source/cli/nova.rst
@@ -108,13 +108,6 @@ nova usage
``boot``
Boot a new server.
-``cell-capacities``
- Get cell capacities for all cells or a given
- cell.
-
-``cell-show``
- Show details of a given cell.
-
``clear-password``
Clear the admin password for a server from the
metadata server. This action does not actually
@@ -309,10 +302,6 @@ nova usage
``list``
List servers.
-``list-extensions``
- List all the os-api extensions that are
- available.
-
``list-secgroup``
List Security Group(s) of a server.
@@ -1131,38 +1120,6 @@ quality of service support, microversion ``2.72`` is required.
Requested hypervisor hostname to create servers. Admin only by default.
(Supported by API versions '2.74' - '2.latest')
-.. _nova_cell-capacities:
-
-nova cell-capacities
---------------------
-
-.. code-block:: console
-
- usage: nova cell-capacities [--cell <cell-name>]
-
-Get cell capacities for all cells or a given cell.
-
-**Optional arguments:**
-
-``--cell <cell-name>``
- Name of the cell to get the capacities.
-
-.. _nova_cell-show:
-
-nova cell-show
---------------
-
-.. code-block:: console
-
- usage: nova cell-show <cell-name>
-
-Show details of a given cell.
-
-**Positional arguments:**
-
-``<cell-name>``
- Name of the cell.
-
.. _nova_clear-password:
nova clear-password
@@ -2372,18 +2329,6 @@ present in the failure domain.
unlocked servers. (Supported by API versions
'2.73' - '2.latest')
-
-.. _nova_list-extensions:
-
-nova list-extensions
---------------------
-
-.. code-block:: console
-
- usage: nova list-extensions
-
-List all the os-api extensions that are available.
-
.. _nova_list-secgroup:
nova list-secgroup