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 18b58b4601
commit c406e1575b
No known key found for this signature in database
GPG Key ID: A519480096146526
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,