Merge "Recommend vagrant and heat for development only"

This commit is contained in:
Jenkins 2016-02-28 19:10:30 +00:00 committed by Gerrit Code Review
commit ac12632ead

View File

@ -4,21 +4,20 @@ Deployment of Kolla on Bare Metal or Virtual Machine
Evaluation and Developer Environments Evaluation and Developer Environments
------------------------------------- -------------------------------------
Two virtualized evaluation and development environment options are Two virtualized development environment options are available for Kolla.
available. These options permit the evaluation of Kolla without These options permit the development of Kolla without disrupting the host
disrupting the host operating system. operating system.
If developing or evaluating Kolla on an OpenStack cloud If developing Kolla on an OpenStack cloud environment that supports Heat,
environment that supports Heat, follow the :doc:`Heat evaluation follow the :doc:`Heat developer environment guide <heat-dev-env>`.
and developer environment guide <heat-dev-env>`.
If developing or evaluating Kolla on a system that provides If developing Kolla on a system that provides VirtualBox or Libvirt in addition
VirtualBox or Libvirt in addition to Vagrant, use the Vagrant virtual to Vagrant, use the Vagrant virtual environment documented in
environment documented in :doc:`Vagrant evaluation and :doc:`Vagrant developer environment guide <vagrant-dev-env>`.
developer environment guide <vagrant-dev-env>`.
If evaluating or deploying OpenStack on bare-metal with Kolla, If evaluating Kolla, the community strongly recommends using bare metal or a
follow the instructions in this document to get started. 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 Host machine requirements
------------------------- -------------------------