Comment 3 for bug 1339382

Revision history for this message
David Lyle (david-lyle) wrote :

Identity is intended to be global for a region. Other keystone endpoints would require re-authentication against that endpoint. Specifying identity that way is done in local_settings.py.

See:
# For multiple regions uncomment this configuration, and add (endpoint, title).
# AVAILABLE_REGIONS = [
# ('http://127.0.0.1:5000/v2.0', 'Region 1'),
# ('http://10.0.2.15:5000/v2.0', 'Region 2'),
# ]

I think you have a configuration problem rather than a bug.