openstack: store updated accessIPv4 from RackConnect

This commit is contained in:
Hazel Smith 2015-07-27 23:07:25 +01:00
parent cd9e352b2e
commit a7da0ffde1
1 changed files with 1 additions and 0 deletions

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
}