From b99652825597aae8250fd1312824583b8bb2fcb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Sun, 24 May 2020 10:07:08 +0200 Subject: [PATCH] Remove confusing docs The removed parts are *not* to be done 99% of operators' time, especially for quickstart procedure. Kolla Ansible is meant to default to a compatible release. See [1] as well. [1] https://review.opendev.org/730498 Change-Id: Iadafcd992a9fd030fa62fb5f7f9429c3f479ac1b --- doc/source/user/quickstart.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst index a87522237c..50765b2d4a 100644 --- a/doc/source/user/quickstart.rst +++ b/doc/source/user/quickstart.rst @@ -402,23 +402,6 @@ There are a few options that are required to deploy Kolla-Ansible: kolla_install_type: "source" - To use DockerHub images, the default image tag has to be overridden. Images are - tagged with release names. For example to use stable Train images set - - .. code-block:: console - - openstack_release: "train" - - It's important to use same version of images as kolla-ansible. That - means if pip was used to install kolla-ansible, that means it's latest stable - version so ``openstack_release`` should be set to train. If git was used with - master branch, DockerHub also provides daily builds of master branch (which is - tagged as ``master``): - - .. code-block:: console - - openstack_release: "master" - * Networking Kolla-Ansible requires a few networking options to be set. @@ -582,4 +565,3 @@ Using OpenStack .. code-block:: console kolla-ansible/tools/init-runonce -