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>
9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"server": {
|
|
"accessIPv4": "4.3.2.1",
|
|
"accessIPv6": "80fe::",
|
|
"OS-DCF:diskConfig": "AUTO",
|
|
"hostname" : "new-server-hostname"
|
|
}
|
|
}
|