Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
01bc8528
Commit
01bc8528
authored
5 years ago
by
Marcin Juszkiewicz
Browse files
Options
Downloads
Patches
Plain Diff
doc: move to train in quickstart
Change-Id: I03ee4020cfb277fd3d6c5f5c70a3a6eeee2cac9e
parent
13dea3f9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/user/quickstart.rst
+3
-3
3 additions, 3 deletions
doc/source/user/quickstart.rst
with
3 additions
and
3 deletions
doc/source/user/quickstart.rst
+
3
−
3
View file @
01bc8528
...
@@ -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``):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment