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 region name of service catalog for identity V2 API #157

Closed zhiyanliu closed 9 years ago

zhiyanliu commented 9 years ago

Currently the code of service catalog construction has a defect which caused operator configured region name could not be able to apply into the response of service catalog in such identity V2 APIs, and "RegionOne" were used in any case [0] instead.

[0] https://github.com/softlayer/jumpgate/blob/master/jumpgate/identity/drivers/sl/tokens.py#L210

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