Remove withFields

Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
This commit is contained in:
Jean-Laurent de Morlhon
2015-12-03 17:22:36 +01:00
parent 2e79f67e93
commit 1079735af8
8 changed files with 37 additions and 108 deletions

View File

@@ -477,7 +477,7 @@ func (c *GenericClient) Authenticate(d *Driver) error {
return nil
}
log.WithFields(log.Fields{
log.Debug("Authenticating...", map[string]interface{}{
"AuthUrl": d.AuthUrl,
"Insecure": d.Insecure,
"DomainID": d.DomainID,
@@ -485,7 +485,7 @@ func (c *GenericClient) Authenticate(d *Driver) error {
"Username": d.Username,
"TenantName": d.TenantName,
"TenantID": d.TenantId,
}).Debug("Authenticating...")
})
opts := gophercloud.AuthOptions{
IdentityEndpoint: d.AuthUrl,