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
This commit is contained in:
yuki kasuya 2016-03-02 09:14:15 +09:00
parent 291325c748
commit dc54741d65
1 changed files with 14 additions and 7 deletions

View File

@ -82,13 +82,20 @@ These roles are not mutually exclusive. For example:
Definitions Definitions
----------- -----------
COE: Container Orchestration Engine COE
Baymodel: An object that stores template information about the bay which is Container Orchestration Engine
used to create new bays consistently.
Bay: A Magnum resource that includes at least one host to run containers on, Baymodel
and a COE to manage containers created on hosts within the bay. An object that stores template information about the bay which is
Pod: Is the smallest deployable unit that can be created, scheduled, and used to create new bays consistently.
managed within Kubernetes.
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 Additional Magnum definitions can be found in the Magnum Developer
documentation[2]. documentation[2].