Merge "Update href
for keystone extensions"
This commit is contained in:
@@ -38,8 +38,7 @@ EXTENSION_DATA = {
|
||||
'links': [{
|
||||
'rel': 'describedby',
|
||||
'type': 'text/html',
|
||||
'href': 'http://specs.openstack.org/openstack/keystone-specs/api/v3/'
|
||||
'identity-api-v3-os-federation-ext.html',
|
||||
'href': 'http://developer.openstack.org/api-ref-identity-v3-ext.html',
|
||||
}]}
|
||||
extension.register_admin_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)
|
||||
extension.register_public_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)
|
||||
|
@@ -72,8 +72,8 @@ EXTENSION_DATA = {
|
||||
{
|
||||
'rel': 'describedby',
|
||||
'type': 'text/html',
|
||||
'href': 'http://specs.openstack.org/openstack/keystone-specs/api/'
|
||||
'v3/identity-api-v3-os-oauth1-ext.html',
|
||||
'href': 'http://developer.openstack.org/'
|
||||
'api-ref-identity-v3-ext.html',
|
||||
}
|
||||
]}
|
||||
extension.register_admin_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)
|
||||
|
@@ -41,8 +41,8 @@ EXTENSION_DATA = {
|
||||
{
|
||||
'rel': 'describedby',
|
||||
'type': 'text/html',
|
||||
'href': 'http://specs.openstack.org/openstack/keystone-specs/api/'
|
||||
'v3/identity-api-v3-os-revoke-ext.html',
|
||||
'href': 'http://developer.openstack.org/'
|
||||
'api-ref-identity-v3-ext.html',
|
||||
}
|
||||
]}
|
||||
extension.register_admin_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)
|
||||
|
Reference in New Issue
Block a user