We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c1f08 commit b759386Copy full SHA for b759386
etc/kayobe/kolla.yml
@@ -79,7 +79,7 @@
79
#kolla_base_distro_version:
80
81
# URL of docker registry to use for Kolla images. Default is not set, in which
82
-# case Dockerhub will be used.
+# case Quay.io will be used.
83
#kolla_docker_registry:
84
85
# Docker namespace to use for Kolla images. Default is 'kolla'.
@@ -102,8 +102,9 @@
102
# Default is {{ openstack_release }}.
103
#kolla_openstack_release:
104
105
-# Docker tag applied to built container images. Default is
106
-# {{ kolla_openstack_release }}.
+# Docker tag applied to built container images. Default is {{
+# kolla_openstack_release }}-{{ kolla_base_distro }}-{{
107
+# kolla_base_distro_version }}.
108
#kolla_tag:
109
110
# Dict mapping names of sources to their definitions.
0 commit comments