common/config: strip keys appropriate for OpenStack.

This commit is contained in:
Matthew Hooker 2013-10-13 11:03:45 -07:00
parent 5315b19822
commit 4f24fe5000
1 changed files with 1 additions and 1 deletions

View File

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