softlayer / jumpgate

A simple library to make more clouds compatible with OpenStack.
http://softlayer.github.io/jumpgate/
MIT License
46 stars 29 forks source link

Correct name of internal URL in endpoints and template #161

Closed zhiyanliu closed 9 years ago

zhiyanliu commented 9 years ago

Base on the identity api speces [0][1], internal URL of a service should be provided by 'internalURL' key instead of 'privateURL'.

[0] http://developer.openstack.org/api-ref-identity-v2.html [1] http://developer.openstack.org/api-ref-identity-v3.html

Signed-off-by: Zhi Yan Liu zhiyanl@cn.ibm.com

jimlindeman commented 9 years ago

+1 Looks good to me.

briancline commented 9 years ago

+1, adheres to the spec.