builder/openstack-new: better UI

pull/2218/head
Mitchell Hashimoto 11 years ago
parent 551e80774d
commit 7a46b80cfb

@ -40,7 +40,7 @@ func (s *stepCreateImage) Run(state multistep.StateBag) multistep.StepAction {
}
// 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)
// Wait for the image to become ready

Loading…
Cancel
Save