From f56109bb22a8d3fe4e7436b650dc4fcc0e550829 Mon Sep 17 00:00:00 2001 From: Swapnil Kulkarni Date: Fri, 18 Sep 2015 09:51:02 +0530 Subject: [PATCH] Spell corrections in Image building guide Change-Id: I27d560fda14ec87217162c5a20b5752bd21210ef --- doc/image-building.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/image-building.rst b/doc/image-building.rst index 069e15abcd..4619e63abe 100644 --- a/doc/image-building.rst +++ b/doc/image-building.rst @@ -57,21 +57,21 @@ want to push images to your dockerhub, change the namespace like: $ tools/build.py -n yourusername --push -Build Openstack from Source +Build OpenStack from Source --------------------------- -When building images, there are two methods of the Openstack install. +When building images, there are two methods of the OpenStack install. One is ``binary``. Another is ``source``. -The ``binary`` means that Openstack will be installed from apt/yum. -And the ``source`` means that Openstack will be installed from source code. -The default method of the Openstack install is ``binary``. +The ``binary`` means that OpenStack will be installed from apt/yum. +And the ``source`` means that OpenStack will be installed from source code. +The default method of the OpenStack install is ``binary``. You can change it to ``source`` using the following command: :: tools/build.py -t source -The locations of Opentack source code are written in ``build.ini``. +The locations of OpenStack source code are written in ``build.ini``. Now the source type support ``url`` and ``git``. The ``build.ini`` looks like: ::