From 237013afefd0a28a4b4c1c359c1eb2c23da55d60 Mon Sep 17 00:00:00 2001 From: Steven Dake 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 17de5393c6..380194da1d 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 `__ templates will deploy an *N*-node `Kolla `__ cluster, diff --git a/doc/image-building.rst b/doc/image-building.rst index ea98cb888c..7743f2860a 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 068c95decf..f6c42455f2 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 6ba11131eb..4c543183bf 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 `__ to assist in developing for Kolla.