Update extensions links

Extensions links are out-of-date. They are either
invalid or pointing to an old repository [1].

This patch fixes such links.

[1] https://github.com/openstack/identity-api

Change-Id: I6cd461b3ba24a042fd188d6398212ded582eb365
This commit is contained in:
Samuel de Medeiros Queiroz 2015-12-04 12:51:01 -03:00
parent a7f4f47a4d
commit dbbea6b5c5
8 changed files with 16 additions and 16 deletions

View File

@ -32,10 +32,9 @@ extension.register_admin_extension(
'links': [
{
'rel': 'describedby',
# TODO(dolph): link needs to be revised after
# bug 928059 merges
'type': 'text/html',
'href': 'https://github.com/openstack/identity-api',
'href': 'http://developer.openstack.org/'
'api-ref-identity-v2-ext.html',
}
]})

View File

@ -26,7 +26,8 @@ EXTENSION_DATA = {
{
'rel': 'describedby',
'type': 'text/html',
'href': 'https://github.com/openstack/identity-api',
'href': 'http://developer.openstack.org/'
'api-ref-identity-v2-ext.html',
}
]}
extension.register_admin_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)

View File

@ -47,7 +47,8 @@ EXTENSION_DATA = {
{
'rel': 'describedby',
'type': 'text/html',
'href': 'https://github.com/openstack/identity-api',
'href': 'http://developer.openstack.org/'
'api-ref-identity-v2-ext.html',
}
]}
extension.register_admin_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)

View File

@ -22,10 +22,9 @@ EXTENSION_DATA = {
'links': [
{
'rel': 'describedby',
# TODO(dolph): link needs to be revised after
# bug 928059 merges
'type': 'text/html',
'href': 'https://github.com/openstack/identity-api',
'href': 'http://developer.openstack.org/'
'api-ref-identity-v2-ext.html',
}
]}
extension.register_admin_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)

View File

@ -41,7 +41,8 @@ extension.register_public_extension(
{
'rel': 'describedby',
'type': 'text/html',
'href': 'https://github.com/openstack/identity-api',
'href': 'http://developer.openstack.org/'
'api-ref-identity-v2-ext.html',
}
]})

View File

@ -37,7 +37,8 @@ EXTENSION_DATA = {
'links': [{
'rel': 'describedby',
'type': 'text/html',
'href': 'https://github.com/openstack/identity-api'
'href': 'http://specs.openstack.org/openstack/keystone-specs/api/v3/'
'identity-api-v3-os-federation-ext.html',
}]}
extension.register_admin_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)
extension.register_public_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)

View File

@ -77,10 +77,9 @@ EXTENSION_DATA = {
'links': [
{
'rel': 'describedby',
# TODO(dolph): link needs to be revised after
# bug 928059 merges
'type': 'text/html',
'href': 'https://github.com/openstack/identity-api',
'href': 'http://specs.openstack.org/openstack/keystone-specs/api/'
'v3/identity-api-v3-os-oauth1-ext.html',
}
]}
extension.register_admin_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)

View File

@ -46,9 +46,8 @@ EXTENSION_DATA = {
{
'rel': 'describedby',
'type': 'text/html',
'href': ('https://github.com/openstack/identity-api/blob/master/'
'openstack-identity-api/v3/src/markdown/'
'identity-api-v3-os-revoke-ext.md'),
'href': 'http://specs.openstack.org/openstack/keystone-specs/api/'
'v3/identity-api-v3-os-revoke-ext.html',
}
]}
extension.register_admin_extension(EXTENSION_DATA['alias'], EXTENSION_DATA)