rcbops / exerstack

devstack based cli exercisers
4 stars 8 forks source link

Explicitly set region on endpoint-create #36

Closed mattt416 closed 10 years ago

mattt416 commented 10 years ago

Currently, endpoint is getting created as region 'regionOne' (hard-coded default in keystoneclient). This may differ from the region we have in our openrc file and therefore doing something like and endpoint-get may fail since the region we pass in via environment may not match the region on the endpoint.

This does not appear to be an issue on older versions of keystoneclient.