common/config: strip keys appropriate for OpenStack.
This commit is contained in:
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…
Reference in New Issue