mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
pull latest vm data after building for openstack shade driver
This commit is contained in:
parent
a064a3e695
commit
5ef538f8ad
1 changed files with 2 additions and 2 deletions
|
@ -689,11 +689,11 @@ def create(vm_):
|
|||
__opts__
|
||||
)
|
||||
)
|
||||
data = show_instance(vm_['instance_id'], conn=conn, call='action')
|
||||
else:
|
||||
# Put together all of the information required to request the instance,
|
||||
# and then fire off the request for it
|
||||
data = request_instance(conn=conn, call='action', vm_=vm_)
|
||||
request_instance(conn=conn, call='action', vm_=vm_)
|
||||
data = show_instance(vm_.get('instance_id', vm_['name']), conn=conn, call='action')
|
||||
log.debug('VM is now running')
|
||||
|
||||
def __query_node(vm_):
|
||||
|
|
Loading…
Add table
Reference in a new issue