api-ref: make it clear that os-cells is for cells v1

With cells v2, we need to be clear about what is cells v1 and
what is cells v2 in our documentation. This makes a note in the
os-cells api-ref about that being for cells v1 and also adds a
line saying the entire API is admin-only by default.

Change-Id: I2a06e2c4921ce7172aab33818054dd37b5ef9a65
This commit is contained in:
Matt Riedemann 2017-04-04 22:14:13 -04:00
parent caee532ff8
commit 74db119220
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,12 @@
==============================
Adds neighbor cells, lists neighbor cells, and shows the capabilities of
the local cell.
the local cell. By default, only administrators can manage cells.
.. note:: These APIs refer to a Cells v1 deployment which is optional and not
recommended for new deployments of Nova. These are not used with Cells v2
which is required beginning with the 15.0.0 Ocata release where all Nova
deployments consist of at least one Cells v2 cell.
List Cells
==========