File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 55# Docker namespace to use for Kolla images. Default is 'kolla'.
66kolla_docker_namespace : stackhpc-dev
77
8+ # Whether docker should be configured to use an insecure registry for Kolla
9+ # images. Default is false, unless docker_registry_enabled is true and
10+ # docker_registry_enable_tls is false.
11+ kolla_docker_registry_insecure : " {{ 'https' not in stackhpc_repo_mirror_url }}"
12+
813# ##############################################################################
914# Network configuration.
1015
Original file line number Diff line number Diff line change 55# Docker namespace to use for Kolla images. Default is 'kolla'.
66kolla_docker_namespace : stackhpc-dev
77
8+ # Whether docker should be configured to use an insecure registry for Kolla
9+ # images. Default is false, unless docker_registry_enabled is true and
10+ # docker_registry_enable_tls is false.
11+ kolla_docker_registry_insecure : " {{ 'https' not in stackhpc_repo_mirror_url }}"
12+
813# Kolla feature flag configuration.
914kolla_enable_barbican : true
1015kolla_enable_central_logging : true
You can’t perform that action at this time.
0 commit comments