Merge "trivial: Add a note about 'cells_api'"

This commit is contained in:
Jenkins
2017-04-04 17:46:57 +00:00
committed by Gerrit Code Review
+6 -1
View File
@@ -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