From 1c10ee5375892ea4cdeee58ac37efbc4d2adba15 Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Tue, 2 Sep 2014 13:54:29 +0100 Subject: [PATCH] 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. --- etc/rpc_deploy/user_variables.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/rpc_deploy/user_variables.yml b/etc/rpc_deploy/user_variables.yml index cd3d808e6f..4db1af0ff6 100644 --- a/etc/rpc_deploy/user_variables.yml +++ b/etc/rpc_deploy/user_variables.yml @@ -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