4841cab03e
This patches adds changes to the Nova REST API to allow users to create a server with a description, rebuild a server with a description, update the description, and get the description in the server details. Note: Future commits will be done to support the server description in python-novaclient and openstack-client. APIImpact Implements blueprint: user-settable-server-description Change-Id: I74b1a340c5ab98fdea2186e87dd13f42ce7c7661
16 lines
491 B
JSON
16 lines
491 B
JSON
{
|
|
"server": {
|
|
"adminPass": "rySfUy7xL4C5",
|
|
"id": "19923676-e78b-46fb-af62-a5942aece2ac",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/servers/19923676-e78b-46fb-af62-a5942aece2ac",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/servers/19923676-e78b-46fb-af62-a5942aece2ac",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
}
|
|
} |