diff options
author | Brian Lamar <brian.lamar@rackspace.com> | 2011-10-26 14:16:01 -0500 |
---|---|---|
committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-10-31 17:00:38 -0400 |
commit | a225fa6acf9ea8689f66b5e415c4680795bac465 (patch) | |
tree | 8fc3faf798da71d1f5b08a44c0cd81b7382e8fdc /nova/log.py | |
parent | 24298bb882ce8f8572e90fb59718398a921e10ff (diff) | |
download | nova-a225fa6acf9ea8689f66b5e415c4680795bac465.tar.gz nova-a225fa6acf9ea8689f66b5e415c4680795bac465.tar.xz nova-a225fa6acf9ea8689f66b5e415c4680795bac465.zip |
Too much information is returned from POST /servers
Currently we're returning a lot of information in the POST /servers
response. This isn't according to spec and is misleading to other
projects that might try and implement the OpenStack API specification.
The example on docs.openstack.com for the v1.1 API says:
"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."
We're returning too much right now and this patch addresses that.
Further patches should be submitted to refactor the 'view builder'
concept as using keyword arguments like this patch does is not ideal
and I recognize that.
(Patch Set 2) Merged with master + conflict fix
(Patch Set 3) Reverted non-nova-standard superclass call
Change-Id: If246e51dbf84f1db3d2905694235692ab027859d
Diffstat (limited to 'nova/log.py')
0 files changed, 0 insertions, 0 deletions