From 01bc8528443fd6bb7f958426483b8fc27e2afad7 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Date: Fri, 24 Jan 2020 12:57:16 +0100
Subject: [PATCH] doc: move to train in quickstart

Change-Id: I03ee4020cfb277fd3d6c5f5c70a3a6eeee2cac9e
---
 doc/source/user/quickstart.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index d4bd1cd9a9..9c8fa32251 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -400,15 +400,15 @@ 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 Rocky images set
+  tagged with release names. For example to use stable Train images set
 
   .. code-block:: console
 
-     openstack_release: "rocky"
+     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 rocky. If git was used with
+  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``):
 
-- 
GitLab