From 5bbfeaea6dc032e58397b74c59af7a15654a7e68 Mon Sep 17 00:00:00 2001 From: "Jay Lau (Guangya Liu)" Date: Wed, 31 Dec 2014 01:30:27 -0500 Subject: [PATCH] Add BayModel to magnum README Change-Id: Icf0f3aaf241c97e8cb38bf29aba1704bf07b17e7 --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7c70d800c8..61beaeaa67 100644 --- a/README.rst +++ b/README.rst @@ -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