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

openstack: store updated accessIPv4 from RackConnect
This commit is contained in:
Chris Bednarski 2015-07-27 16:43:17 -07:00
commit c73314cd38

View file

@ -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
}