Configure Swift Endpoint Typei
Updated the template for ironic.conf to enable configuration of the swift url endpoint type within ironic.conf Change-Id: I67f64167914d6e3e9fddb57e5e38dc03757ae5c7
This commit is contained in:
parent
57e8a0eaaa
commit
314d6c5658
@ -79,6 +79,7 @@ ironic_service_in_ldap: False
|
|||||||
# Ironic image store information
|
# Ironic image store information
|
||||||
ironic_swift_image_container: glance_images
|
ironic_swift_image_container: glance_images
|
||||||
ironic_swift_api_version: v1
|
ironic_swift_api_version: v1
|
||||||
|
ironic_swift_url_endpoint_type: swift
|
||||||
# The ironic swift auth account and swift endpoints will be generated using the
|
# The ironic swift auth account and swift endpoints will be generated using the
|
||||||
# known swift data as provided by swift stat. If you wish to set either of these
|
# known swift data as provided by swift stat. If you wish to set either of these
|
||||||
# items to something else define these variables.
|
# items to something else define these variables.
|
||||||
|
@ -60,7 +60,7 @@ swift_container = {{ ironic_swift_image_container }}
|
|||||||
swift_endpoint_url = {{ ironic_swift_endpoint }}
|
swift_endpoint_url = {{ ironic_swift_endpoint }}
|
||||||
swift_account = {{ ironic_swift_auth_account }}
|
swift_account = {{ ironic_swift_auth_account }}
|
||||||
swift_api_version = {{ ironic_swift_api_version }}
|
swift_api_version = {{ ironic_swift_api_version }}
|
||||||
temp_url_endpoint_type = swift
|
temp_url_endpoint_type = {{ ironic_swift_url_endpoint_type }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[iboot]
|
[iboot]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user