From dc54741d65cd15b3c1290287362698b32d5f8ca6 Mon Sep 17 00:00:00 2001 From: yuki kasuya Date: Wed, 2 Mar 2016 09:14:15 +0900 Subject: [PATCH] Fix Definitions part for container-networking-model.rst Divided to different sections in Definitions area, because that was one sentences. Change-Id: I548defff0e462ee15dd150a6b0d5c4337b1cdaf0 Closes-Bug: 1516261 --- specs/container-networking-model.rst | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/specs/container-networking-model.rst b/specs/container-networking-model.rst index 9cf31bd5e0..e6bb1a21ad 100644 --- a/specs/container-networking-model.rst +++ b/specs/container-networking-model.rst @@ -82,13 +82,20 @@ These roles are not mutually exclusive. For example: Definitions ----------- -COE: Container Orchestration Engine -Baymodel: An object that stores template information about the bay which is -used to create new bays consistently. -Bay: A Magnum resource that includes at least one host to run containers on, -and a COE to manage containers created on hosts within the bay. -Pod: Is the smallest deployable unit that can be created, scheduled, and -managed within Kubernetes. +COE + Container Orchestration Engine + +Baymodel + An object that stores template information about the bay which is + used to create new bays consistently. + +Bay + A Magnum resource that includes at least one host to run containers on, + and a COE to manage containers created on hosts within the bay. + +Pod + Is the smallest deployable unit that can be created, scheduled, and + managed within Kubernetes. Additional Magnum definitions can be found in the Magnum Developer documentation[2].