> What changes will be there in authentication requests for accessing resources > over many regions ? Will > access URLs change for specific regions?
The keystone URL will be the same but you will create endpoints in keystone for each region. The client will need to set their region in the request. For the commandline tools you could do something like: export OS_REGION_NAME=region1 Cheers, Robert _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
