Add comment to user_variables.yml file
This small change adds a comment to user_variables.yml stating that the default value for glance_swift_store_endpoint_type will cause glance to communicate with swift over ServiceNet and to use publicURL to switch to communicating over the public network.
This commit is contained in:
parent
d262e51d98
commit
1c10ee5375
@ -62,6 +62,8 @@ glance_swift_store_user: "{{ rackspace_cloud_tenant_id }}:{{ rackspace_cloud_use
|
||||
glance_swift_store_key: "{{ rackspace_cloud_password }}"
|
||||
glance_swift_store_container: SomeContainerName
|
||||
glance_swift_store_region: SomeRegion
|
||||
# `internalURL` will cause glance to speak to swift via ServiceNet, use
|
||||
# `publicURL` to communicate with swift over the public network
|
||||
glance_swift_store_endpoint_type: internalURL
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user