Remove invalid TODO in extensions

There are TODO notes asking for a description in
the following extensions: ec2, s3, user_crud and
endpoint_filter. However, the descriptions
already exist.

This change remove those notes.

Change-Id: I1d2c42b471030d61b6bb1be5d240253eb00767f6
This commit is contained in:
Samuel de Medeiros Queiroz 2015-12-04 12:06:52 -03:00
parent a6e9cd48a1
commit a7f4f47a4d
3 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@ EXTENSION_DATA = {
'links': [
{
'rel': 'describedby',
# TODO(ayoung): needs a description
'type': 'text/html',
'href': 'https://github.com/openstack/identity-api',
}

View File

@ -46,7 +46,6 @@ EXTENSION_DATA = {
'links': [
{
'rel': 'describedby',
# TODO(ayoung): needs a description
'type': 'text/html',
'href': 'https://github.com/openstack/identity-api',
}

View File

@ -40,7 +40,6 @@ extension.register_public_extension(
'links': [
{
'rel': 'describedby',
# TODO(ayoung): needs a description
'type': 'text/html',
'href': 'https://github.com/openstack/identity-api',
}