Merge "There is no aim, we do deploy/manage baremetal."

This commit is contained in:
Zuul 2021-11-01 18:15:08 +00:00 committed by Gerrit Code Review
commit a40e4e0f35
2 changed files with 3 additions and 3 deletions

View File

@ -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": [
{

View File

@ -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()
}