Merge pull request #2514 from hazelesque/rackconnect-v2-update-accessipv4

openstack: store updated accessIPv4 from RackConnect
pull/2516/head
Chris Bednarski 11 years ago
commit c73314cd38

@ -39,6 +39,7 @@ func (s *StepWaitForRackConnect) Run(state multistep.StateBag) multistep.StepAct
}
if server.Metadata["rackconnect_automation_status"] == "DEPLOYED" {
state.Put("server", server)
break
}

Loading…
Cancel
Save