builder/openstack-new: better UI
This commit is contained in:
parent
551e80774d
commit
7a46b80cfb
|
@ -40,7 +40,7 @@ func (s *stepCreateImage) Run(state multistep.StateBag) multistep.StepAction {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the Image ID in the state
|
// Set the Image ID in the state
|
||||||
ui.Say(fmt.Sprintf("Image: %s", imageId))
|
ui.Message(fmt.Sprintf("Image: %s", imageId))
|
||||||
state.Put("image", imageId)
|
state.Put("image", imageId)
|
||||||
|
|
||||||
// Wait for the image to become ready
|
// Wait for the image to become ready
|
||||||
|
|
Loading…
Reference in New Issue