common/config: strip keys appropriate for OpenStack.
This commit is contained in:
parent
739fbc8962
commit
7ae1042696
@ -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…
x
Reference in New Issue
Block a user