[openstack-dev] Change (from some way back) in the data returned by server create

Vishvananda Ishaya vishvananda at gmail.com
Thu Apr 25 21:24:15 UTC 2013


"Note that when creating a server only the server ID, its links, and the admin password are guaranteed to be returned in the request. Additional attributes may be retrieved by performing subsequent GETs on the server."

Vish

On Apr 25, 2013, at 1:53 PM, "Day, Phil" <philip.day at hp.com> wrote:

> Hi Folks,
>  
> Comparing the response of the current create server API to an old system (call it Diablo ;-)  it looks like there is now a much smaller set of data returned.    What I was expecting is more something like the 78 line example documented in the API spec:  http://docs.openstack.org/api/openstack-compute/2/content/CreateServers.html#d6e1297,  but what I actually see is more like:
>  
> {
>   "server": {
>     "security_groups": [
>       {
>         "name": "default"
>       }
>     ],
>     "id": "7ab2dff2-6a71-497a-b097-627833ebe680",
>     "links": [
>       {
>         "href": "http:\/\/compute.test.net\/v2.0\/34837751408416\/servers\/7ab2dff2-6a71-497a-b097-627833ebe680",
>         "rel": "self"
>       },
>       {
>         "href": "http:\/\/compute.test.net\/34837751408416\/servers\/7ab2dff2-6a71-497a-b097-627833ebe680",
>         "rel": "bookmark"
>       }
>     ],
>     "adminPass": "3tLTBKEkc6mN"
>   }
> }
>  
>  
> Can someone explain why and when this changed – and did we forget to tell the documentation team ?
>  
> Cheers,
> Phil
>  
>  
>  
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130425/dfd1041d/attachment.html>


More information about the OpenStack-dev mailing list