From 8a135ce84cdee8519a11841fb520c34067182c17 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 20 Jun 2018 08:53:14 -0600 Subject: [PATCH] Add note about standalone being only in master It only works in master but our repository list has all the stable versions. Need to address that seperately but for now, let's at least warn people ahead of time. Change-Id: I3f37d5b83625d653f96ebcd4c4744e7fd46c72e7 --- doc/source/install/containers_deployment/standalone.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/install/containers_deployment/standalone.rst b/doc/source/install/containers_deployment/standalone.rst index b9096b20..9def4a30 100644 --- a/doc/source/install/containers_deployment/standalone.rst +++ b/doc/source/install/containers_deployment/standalone.rst @@ -1,6 +1,9 @@ Standalone Containers based Deployment ====================================== +.. warning:: + This currently is only supported in Rocky or newer versions. + This documentation explains how the underlying framework used by the Containterized Undercloud deployment mechanism can be reused to deploy a single node capable of running OpenStack services for development.