diff --git a/nova/compute/cells_api.py b/nova/compute/cells_api.py index 0d0431d653..f5b984a676 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