5e2c31ab78
Add microversion 2.90, which allows allows users to configure the hostname that will be exposed via the nova metadata service when creating their instance. Change-Id: I95047c1689ac14fa73eba48e19dc438988b78aad Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
16 lines
410 B
JSON
16 lines
410 B
JSON
{
|
|
"rebuild" : {
|
|
"accessIPv4" : "1.2.3.4",
|
|
"accessIPv6" : "80fe::",
|
|
"OS-DCF:diskConfig": "AUTO",
|
|
"imageRef" : "70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"name" : "foobar",
|
|
"adminPass" : "seekr3t",
|
|
"hostname": "custom-hostname",
|
|
"metadata" : {
|
|
"meta_var" : "meta_val"
|
|
},
|
|
"user_data": "ZWNobyAiaGVsbG8gd29ybGQi"
|
|
}
|
|
}
|