Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Packer
Commits
a7da0ffd
Commit
a7da0ffd
authored
9 years ago
by
Hazel Smith
Browse files
Options
Download
Email Patches
Plain Diff
openstack: store updated accessIPv4 from RackConnect
parent
cd9e352b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
builder/openstack/step_wait_for_rackconnect.go
+1
-0
builder/openstack/step_wait_for_rackconnect.go
with
1 addition
and
0 deletions
+1
-0
builder/openstack/step_wait_for_rackconnect.go
+
1
-
0
View file @
a7da0ffd
...
@@ -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
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help