SQL backend fails if not all URL are defined in an endpoint
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Undecided
|
Julien Danjou | ||
Folsom |
Fix Released
|
Low
|
Alan Pevec |
Bug Description
I've created an endpoint with only an admin URL, and this happens when the catalog is requested:
Traceback (most recent call last):
File "/opt/stack/
result = method(context, **params)
File "/opt/stack/
metadata=
File "/opt/stack/
return self.driver.
File "/opt/stack/
internal_url = ep['internalurl
AttributeError: 'NoneType' object has no attribute 'replace'
Changed in keystone: | |
milestone: | none → grizzly-1 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | grizzly-1 → 2013.1 |
Fix proposed to branch: master /review. openstack. org/14051
Review: https:/