564290ab14
Add a new microversion that adds two new params to create server named 'host' and 'hypervisor_hostname'. Part of Blueprint: add-host-and-hypervisor-hostname-flag-to-create-server Change-Id: I3afea20edaf738da253ede44b4a07414ededafd6
22 lines
627 B
JSON
22 lines
627 B
JSON
{
|
|
"server" : {
|
|
"adminPass": "MySecretPass",
|
|
"accessIPv4": "1.2.3.4",
|
|
"accessIPv6": "80fe::",
|
|
"name" : "new-server-test",
|
|
"imageRef" : "70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"flavorRef" : "6",
|
|
"OS-DCF:diskConfig": "AUTO",
|
|
"metadata" : {
|
|
"My Server Name" : "Apache1"
|
|
},
|
|
"security_groups": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
],
|
|
"user_data" : "IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg==",
|
|
"networks": "auto",
|
|
"hypervisor_hostname": "openstack-node-01"
|
|
}
|
|
} |