Commit 4f24fe50 authored by Matthew Hooker's avatar Matthew Hooker

common/config: strip keys appropriate for OpenStack.

parent 5315b198
...@@ -51,7 +51,7 @@ func (b *Builder) Prepare(raws ...interface{}) error { ...@@ -51,7 +51,7 @@ func (b *Builder) Prepare(raws ...interface{}) error {
return errs 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 return nil
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment