From f5fc91569432404e05198c740908bdfabebc9478 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 18 Jan 2017 17:07:16 +0000 Subject: [PATCH] Virtual deployments are not production-ready The documented method of doing deployments to vms is not considered production-ready, but we don't actually state that in the docs. This results in questions like [1], so we should be explicit that this is only for development and test. Change-Id: I4200383b178a5123caed4ab28b12a8c4761bb29e 1: https://ask.openstack.org/en/question/101475/tripleo-in-virtual-environment/ --- doc/source/environments/virtual.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/environments/virtual.rst b/doc/source/environments/virtual.rst index e2553af5..2c8fffc1 100644 --- a/doc/source/environments/virtual.rst +++ b/doc/source/environments/virtual.rst @@ -5,6 +5,10 @@ Virtual Environment of actual baremetal. However, one baremetal machine is still needed to act as the host for the virtual machines. +.. warning:: Virtual deployments with TripleO are for development and testing + purposes only. This method cannot be used for production-ready + deployments. + Minimum System Requirements ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^