Add missing defaults for kolla-ansible docker configuration
This commit is contained in:
parent
6aef98b142
commit
91c341ad3e
@ -78,6 +78,15 @@ kolla_install_type:
|
||||
# Docker namespace to use for Kolla images.
|
||||
kolla_docker_namespace:
|
||||
|
||||
# Url of docker registry to use for Kolla images.
|
||||
kolla_docker_registry:
|
||||
|
||||
# Username to use to access a docker registry.
|
||||
kolla_docker_registry_username:
|
||||
|
||||
# Password to use to access a docker registry.
|
||||
kolla_docker_registry_password:
|
||||
|
||||
# Valid option is Docker repository tag
|
||||
kolla_openstack_release:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user