~go-bot/goose/trunk

Viewing all changes in revision 126.

[r=wallyworld],[bug=1247500] Fix unmarshalling of nil strings

In some nova structs sent and received over the
wire, serialised as json, there are id attributes
which can be string or int. We have custom marshalling
to handle that, but where the attributes were string
pointers, we were always unmarshalling as "" if the
value was nil. This broke things like floating ip
address usage.

https://codereview.appspot.com/105180043/

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: