fix up API docs a bit

This commit is contained in:
Jim Rollenhagen 2014-03-14 16:49:30 -07:00
parent 809246e68d
commit a9705715f9
1 changed files with 4 additions and 5 deletions

View File

@ -68,9 +68,9 @@ class V1(base.APIBase):
'',
bookmark=True),
link.Link.make_link('describedby',
'http://docs.openstack.org',
'developer/ironic/dev',
'api-spec-v1.html',
'https://github.com',
'rackerlabs',
'teeth-agent',
bookmark=True,
type='text/html')
]
@ -96,8 +96,7 @@ class V1(base.APIBase):
'',
bookmark=True)
]
v1.media_types = [MediaType('application/json',
'application/vnd.openstack.ironic.v1+json')]
v1.media_types = [MediaType('application/json')]
return v1