Merge "There is no aim, we do deploy/manage baremetal."
This commit is contained in:
commit
a40e4e0f35
@ -11,7 +11,7 @@
|
||||
"status": "CURRENT",
|
||||
"version": "1.37"
|
||||
},
|
||||
"description": "Ironic is an OpenStack project which aims to provision baremetal machines.",
|
||||
"description": "Ironic is an OpenStack project which enables the provision and management of baremetal machines.",
|
||||
"name": "OpenStack Ironic API",
|
||||
"versions": [
|
||||
{
|
||||
|
@ -27,8 +27,8 @@ V1 = v1.Controller()
|
||||
def root():
|
||||
return {
|
||||
'name': "OpenStack Ironic API",
|
||||
'description': ("Ironic is an OpenStack project which aims to "
|
||||
"provision baremetal machines."),
|
||||
'description': ("Ironic is an OpenStack project which enables the "
|
||||
"provision and management of baremetal machines."),
|
||||
'default_version': version.default_version(),
|
||||
'versions': version.all_versions()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user