Add BayModel to magnum README

Change-Id: Icf0f3aaf241c97e8cb38bf29aba1704bf07b17e7
This commit is contained in:
Jay Lau (Guangya Liu) 2014-12-31 01:30:27 -05:00
parent 29629bec8e
commit 5bbfeaea6d
1 changed files with 2 additions and 1 deletions

View File

@ -13,9 +13,10 @@ new Openstack project for containers.
Architecture
------------
There are five different types of objects in the Magnum system:
There are six different types of objects in the Magnum system:
* Bay: A collection of node objects where work is scheduled
* BayModel: An object stores template information about the bay which is used to create new bays consistently
* Node: A baremetal or virtual machine where work executes
* Pod: A collection of containers running on one physical or virtual machine
* Service: An abstraction which defines a logical set of pods and a policy by which to access them