e9d426cc21
Removes occurences of the personality extension from the V3 API samples as the extension has been removed. Cleanup of consistency of image and flavor ref examples for the api samples. DocImpact Partially implements blueprint v3-api-remove-extensions Change-Id: I43a34097904d3d7e280039c3d5d76479a49e92d0
11 lines
307 B
JSON
11 lines
307 B
JSON
{
|
|
"server" : {
|
|
"name" : "new-server-test",
|
|
"image_ref" : "http://glance.openstack.example.com/images/70a599e0-31e7-49b7-b260-868f441e862b",
|
|
"flavor_ref" : "http://openstack.example.com/flavors/1",
|
|
"metadata" : {
|
|
"My Server Name" : "Apache1"
|
|
}
|
|
}
|
|
}
|