common/config: strip keys appropriate for OpenStack.

pull/919/head
Matthew Hooker 13 years ago
parent 5315b19822
commit 4f24fe5000

@ -51,7 +51,7 @@ func (b *Builder) Prepare(raws ...interface{}) error {
return errs
}
log.Println(common.ScrubConfig(b.config), b.config.AccessKey, b.config.SecretKey)
log.Println(common.ScrubConfig(b.config), b.config.Password)
return nil
}

Loading…
Cancel
Save