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:
Jeremy Grant 2017-04-03 09:42:17 -05:00
parent 57e8a0eaaa
commit 314d6c5658
2 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@ ironic_service_in_ldap: False
# Ironic image store information
ironic_swift_image_container: glance_images
ironic_swift_api_version: v1
ironic_swift_url_endpoint_type: swift
# 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
# items to something else define these variables.

View File

@ -60,7 +60,7 @@ swift_container = {{ ironic_swift_image_container }}
swift_endpoint_url = {{ ironic_swift_endpoint }}
swift_account = {{ ironic_swift_auth_account }}
swift_api_version = {{ ironic_swift_api_version }}
temp_url_endpoint_type = swift
temp_url_endpoint_type = {{ ironic_swift_url_endpoint_type }}
{% endif %}
[iboot]