Skip to content
Snippets Groups Projects
Commit 01bc8528 authored by Marcin Juszkiewicz's avatar Marcin Juszkiewicz
Browse files

doc: move to train in quickstart

Change-Id: I03ee4020cfb277fd3d6c5f5c70a3a6eeee2cac9e
parent 13dea3f9
No related branches found
No related tags found
No related merge requests found
...@@ -400,15 +400,15 @@ There are a few options that are required to deploy Kolla-Ansible: ...@@ -400,15 +400,15 @@ There are a few options that are required to deploy Kolla-Ansible:
kolla_install_type: "source" kolla_install_type: "source"
To use DockerHub images, the default image tag has to be overridden. Images are 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 .. code-block:: console
openstack_release: "rocky" openstack_release: "train"
It's important to use same version of images as kolla-ansible. That 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 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 master branch, DockerHub also provides daily builds of master branch (which is
tagged as ``master``): tagged as ``master``):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment