keystone/keystone/tests/unit/catalog
David Stanek 8599aa5d83 Fixes catalog URL formatting to never return None
The old behavior was to return None if the URL template was not a string
(or not string-like). This was a mistake because a None should never be
able to make its way into the catalog.

This is based off of an IRC discussion that spawned from:
https://review.openstack.org/#/c/81528/4/keystone/catalog/backends/sql.py

Change-Id: I12b0362d3869a3ec8dc1a6fa34e934a221deecbc
Partial-bug: #1230279
2014-06-16 16:40:29 +00:00
..
__init__.py Updates keystone.catalog.core.format_url tests 2014-06-16 16:39:08 +00:00
test_core.py Fixes catalog URL formatting to never return None 2014-06-16 16:40:29 +00:00