From 58ef5fee023a9d5268c1b8c0ba913b96406c7b68 Mon Sep 17 00:00:00 2001 From: Rajath Agasthya Date: Thu, 25 Feb 2016 10:15:52 -0800 Subject: [PATCH] Recommend vagrant and heat for development only Vagrant and Heat, while really cool tech, are not very well maintained in Kolla. They are not always up to date, and as a result, are not recommended for evaluation purposes by this change. TrivialFix Change-Id: Ic8b8519431ed5c50a9a46b2e8b8f822d0982b1cf --- doc/quickstart.rst | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index 87af50a737..443c3bc3eb 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -4,21 +4,20 @@ Deployment of Kolla on Bare Metal or Virtual Machine Evaluation and Developer Environments ------------------------------------- -Two virtualized evaluation and development environment options are -available. These options permit the evaluation of Kolla without -disrupting the host operating system. +Two virtualized development environment options are available for Kolla. +These options permit the development of Kolla without disrupting the host +operating system. -If developing or evaluating Kolla on an OpenStack cloud -environment that supports Heat, follow the :doc:`Heat evaluation -and developer environment guide `. +If developing Kolla on an OpenStack cloud environment that supports Heat, +follow the :doc:`Heat developer environment guide `. -If developing or evaluating Kolla on a system that provides -VirtualBox or Libvirt in addition to Vagrant, use the Vagrant virtual -environment documented in :doc:`Vagrant evaluation and -developer environment guide `. +If developing Kolla on a system that provides VirtualBox or Libvirt in addition +to Vagrant, use the Vagrant virtual environment documented in +:doc:`Vagrant developer environment guide `. -If evaluating or deploying OpenStack on bare-metal with Kolla, -follow the instructions in this document to get started. +If evaluating Kolla, the community strongly recommends using bare metal or a +virtual machine during the evaluation period. Follow the instructions in this +document to get started with deploying OpenStack on bare metal with Kolla. Host machine requirements -------------------------