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:
Matt Thompson 2014-09-02 13:54:29 +01:00
parent d262e51d98
commit 1c10ee5375

View File

@ -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