From 237013afefd0a28a4b4c1c359c1eb2c23da55d60 Mon Sep 17 00:00:00 2001
From: Steven Dake <stdake@cisco.com>
Date: Mon, 2 Nov 2015 07:19:25 -0700
Subject: [PATCH] Retitle several documents

We decided during the ODS documentation session that several
documents need retitling.  This patch retitles the documents
but doesn't actually adjust the content.  There is a separate
patch under work which refactors the content from three documents
into one document.

Change-Id: If5a4718b0ab50c405d42a2e20b7b054b93f3227a
---
 doc/heat-dev-env.rst    | 4 ++--
 doc/image-building.rst  | 4 ++--
 doc/quickstart.rst      | 4 ++--
 doc/vagrant-dev-env.rst | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/heat-dev-env.rst b/doc/heat-dev-env.rst
index 17de5393c..380194da1 100644
--- a/doc/heat-dev-env.rst
+++ b/doc/heat-dev-env.rst
@@ -1,5 +1,5 @@
-A Kolla Cluster with Heat
-=========================
+Development Environment with Heat
+=================================
 
 These `Heat <https://wiki.openstack.org/wiki/Heat>`__ templates will
 deploy an *N*-node `Kolla <https://wiki.openstack.org/Kolla>`__ cluster,
diff --git a/doc/image-building.rst b/doc/image-building.rst
index ea98cb888..7743f2860 100644
--- a/doc/image-building.rst
+++ b/doc/image-building.rst
@@ -1,5 +1,5 @@
-Image building
-==============
+Building Container Images
+=========================
 
 The ``tools/build.py`` script in this repository is
 responsible for building docker images.
diff --git a/doc/quickstart.rst b/doc/quickstart.rst
index 068c95dec..f6c42455f 100644
--- a/doc/quickstart.rst
+++ b/doc/quickstart.rst
@@ -1,5 +1,5 @@
-Quickstart to Deploying OpenStack using Ansible
-===============================================
+Bare Metal Deployment of Kolla
+==============================
 
 Evaluation and Developer Environments
 -------------------------------------
diff --git a/doc/vagrant-dev-env.rst b/doc/vagrant-dev-env.rst
index 6ba11131e..4c543183b 100644
--- a/doc/vagrant-dev-env.rst
+++ b/doc/vagrant-dev-env.rst
@@ -1,5 +1,5 @@
-Vagrant up!
-===========
+Developemnt Environment with Vagrant
+====================================
 
 This guide describes how to use `Vagrant <http://vagrantup.com>`__ to
 assist in developing for Kolla.
-- 
GitLab