common logging for rackspace

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
Evan Hazlett 2015-02-24 10:52:40 -05:00
parent 886f85f984
commit 4fb5b7be8d
1 changed files with 1 additions and 3 deletions

View File

@ -60,9 +60,7 @@ func (c *GenericClient) CreateInstance(d *Driver) (string, error) {
}
}
log.WithFields(log.Fields{
"Name": d.MachineName,
}).Info("Creating machine...")
log.Info("Creating machine...")
server, err := servers.Create(c.Compute, keypairs.CreateOptsExt{
serverOpts,