Merge pull request #10952 from yanatan16/patch-1

Update return with libcloud's Node object.
This commit is contained in:
Joseph Hall 2014-03-04 17:38:11 -07:00
commit 0080e01a35

View File

@ -269,7 +269,7 @@ def create(vm_):
)
)
ret.update(data)
ret.update(data.__dict__)
log.info('Created Cloud VM {0[name]!r}'.format(vm_))
log.debug(