Commit a7da0ffd authored by Hazel Smith's avatar Hazel Smith
Browse files

openstack: store updated accessIPv4 from RackConnect

parent cd9e352b
Showing with 1 addition and 0 deletions
+1 -0
...@@ -39,6 +39,7 @@ func (s *StepWaitForRackConnect) Run(state multistep.StateBag) multistep.StepAct ...@@ -39,6 +39,7 @@ func (s *StepWaitForRackConnect) Run(state multistep.StateBag) multistep.StepAct
} }
if server.Metadata["rackconnect_automation_status"] == "DEPLOYED" { if server.Metadata["rackconnect_automation_status"] == "DEPLOYED" {
state.Put("server", server)
break break
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment