From b04659cfb5aa2c615bfb8de773c4641fff5cd612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CAkhila?= Date: Fri, 8 Jul 2016 13:57:50 -0700 Subject: [PATCH] Nit document formatted Changed lowercase to uppercase Change-Id: Ib00bdbca222f5ca144bd90d8eb91c77714b4b5ed --- doc/source/dev/quickstart.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/dev/quickstart.rst b/doc/source/dev/quickstart.rst index 04d8db4d18..83a774e93f 100644 --- a/doc/source/dev/quickstart.rst +++ b/doc/source/dev/quickstart.rst @@ -214,7 +214,7 @@ Building a Kubernetes Bay - Based on Fedora Atomic Create a baymodel. This is similar in nature to a flavor and describes to magnum how to construct the bay. The baymodel specifies a Fedora Atomic image so the bays which use this baymodel will be based on Fedora Atomic. -The coe (Container Orchestration Engine) and keypair need to be specified +The COE (Container Orchestration Engine) and keypair need to be specified as well:: magnum baymodel-create --name k8sbaymodel \ @@ -483,7 +483,7 @@ Building and Using a Swarm Bay Create a baymodel. It is very similar to the Kubernetes baymodel, except for the absence of some Kubernetes-specific arguments and the use of 'swarm' -as the coe:: +as the COE:: magnum baymodel-create --name swarmbaymodel \ --image-id fedora-atomic-latest \ @@ -604,7 +604,7 @@ Alternatively, you can download and upload a pre-built image:: --disk-format=qcow2 --container-format=bare \ --os-distro=ubuntu --file=ubuntu-14.04.3-mesos-0.25.0.qcow2 -Then, create a baymodel by using 'mesos' as the coe, with the rest of arguments +Then, create a baymodel by using 'mesos' as the COE, with the rest of arguments similar to the Kubernetes baymodel:: magnum baymodel-create --name mesosbaymodel --image-id ubuntu-mesos \