builder/openstack-new: better UI

This commit is contained in:
Mitchell Hashimoto 2015-06-12 00:05:24 -04:00
parent 551e80774d
commit 7a46b80cfb
1 changed files with 1 additions and 1 deletions

View File

@ -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