Ensure that the latest node data is returned

This commit is contained in:
Joseph Hall 2016-03-01 12:32:02 -07:00 committed by rallytime
parent 068807558a
commit 6cd89459c7

View file

@ -2561,6 +2561,10 @@ def create(vm_=None, call=None):
transport=__opts__['transport']
)
# Ensure that the latest node data is returned
node = _get_node(instance_id=vm_['instance_id'])
ret.update(node)
return ret