Merge "Move ironic_glance_api_servers variable into role"
This commit is contained in:
commit
58f575843d
@ -18,6 +18,9 @@
|
||||
# Verbosity Options
|
||||
debug: False
|
||||
|
||||
# Comma separated list of Glance API servers
|
||||
ironic_glance_api_servers: "{{ (glance_service_internalurl | default('http://localhost')) | netorigin }}"
|
||||
|
||||
# Set the package install state for distribution and pip packages
|
||||
# Options are 'present' and 'latest'
|
||||
ironic_package_state: "latest"
|
||||
|
@ -58,7 +58,7 @@ dhcp_provider = {{ ironic_dhcp_provider }}
|
||||
[glance]
|
||||
# TODO(evrardjp): Remove this in the future to use the service catalog
|
||||
# and reduce the amount of variables.
|
||||
glance_api_servers = {{ glance_api_servers }}
|
||||
glance_api_servers = {{ ironic_glance_api_servers }}
|
||||
{% if not ironic_standalone | bool %}
|
||||
swift_temp_url_key = {{ ironic_swift_temp_url_secret_key }}
|
||||
swift_container = {{ ironic_swift_image_container }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user