d99b308e6d
User can specify 'personality' attribute while server creation & rebuild to inject files into server. This patch implement this as separate plugin for V2.1 API. Also define the schema and unit tests for the same. Partially implements blueprint v2-on-v3-api Change-Id: Ia0c527539af7fe33eba4999822476653e1b96bc6
16 lines
471 B
JSON
16 lines
471 B
JSON
{
|
|
"server": {
|
|
"adminPass": "n7JGBda664QG",
|
|
"id": "934760e1-2b0b-4f9e-a916-eac1e69839dc",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v3/servers/934760e1-2b0b-4f9e-a916-eac1e69839dc",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/servers/934760e1-2b0b-4f9e-a916-eac1e69839dc",
|
|
"rel": "bookmark"
|
|
}
|
|
]
|
|
}
|
|
} |