diff --git a/doc/heat-dev-env.rst b/doc/heat-dev-env.rst index 17de5393c6dbbddab7d33bd775a475f889d1fca8..380194da1df529806ccdfec5eadd29bda7173b4f 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 ea98cb888cdd6961a0d360335efca8c37226bf0a..7743f2860a1d76d3e8b26470599e8985c91c0082 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 068c95decf1fab3c4552685f7ee8133699235796..f6c42455f266f15a07c162f23527a9fa3c78e449 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 6ba11131eb31770720b7b63c3ec14c073740b610..4c543183bf06faceef991d60617b6bf0eb142054 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.