From 74db119220644befc5d7a7061897ca9791be857d Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 4 Apr 2017 22:14:13 -0400 Subject: [PATCH] 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 --- api-ref/source/os-cells.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/api-ref/source/os-cells.inc b/api-ref/source/os-cells.inc index e5b403c2dbc0..cbc20ad42b4f 100644 --- a/api-ref/source/os-cells.inc +++ b/api-ref/source/os-cells.inc @@ -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 ==========