From 6a612e8a8a54e38de2345939754aeb5945f8260c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 13 Mar 2017 14:24:17 +0000 Subject: [PATCH] trivial: Add a note about 'cells_api' I was confused about what was cells v1 and what was cells v2. That got clarified in a review [1]. Add this clarification to the code itself. [1] https://review.openstack.org/#/c/391941/22/nova/compute/cells_api.py Change-Id: I6db254fdaa60923732fe01ae53a98e5d7f126247 --- nova/compute/cells_api.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nova/compute/cells_api.py b/nova/compute/cells_api.py index 91ead953e5..0885ecbe7e 100644 --- a/nova/compute/cells_api.py +++ b/nova/compute/cells_api.py @@ -14,7 +14,12 @@ # License for the specific language governing permissions and limitations # under the License. -"""Compute API that proxies via Cells Service.""" +"""Compute API that proxies via Cells Service. + +This relates to cells v1. This layer is basically responsible for intercepting +compute/api calls at the top layer and forwarding to the child cell to be +replayed there. +""" import oslo_messaging as messaging from oslo_utils import excutils