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 5
5
# Docker namespace to use for Kolla images. Default is 'kolla'.
6
6
kolla_docker_namespace : stackhpc-dev
7
7
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
+
8
13
# ##############################################################################
9
14
# Network configuration.
10
15
Original file line number Diff line number Diff line change 5
5
# Docker namespace to use for Kolla images. Default is 'kolla'.
6
6
kolla_docker_namespace : stackhpc-dev
7
7
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
+
8
13
# Kolla feature flag configuration.
9
14
kolla_enable_barbican : true
10
15
kolla_enable_central_logging : true
You can’t perform that action at this time.
0 commit comments