Merge pull request #12227 from freeformz/remove_code_google_com

s:code.google.com/p:github.com/scalingdata:
This commit is contained in:
Brendan Burns 2015-09-01 10:07:44 -07:00
commit 44e9a55826
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,6 @@ import (
"strings"
"time"
"code.google.com/p/gcfg"
"github.com/rackspace/gophercloud"
"github.com/rackspace/gophercloud/openstack"
"github.com/rackspace/gophercloud/openstack/blockstorage/v1/volumes"
@ -39,6 +38,7 @@ import (
"github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/pools"
"github.com/rackspace/gophercloud/openstack/networking/v2/extensions/lbaas/vips"
"github.com/rackspace/gophercloud/pagination"
"github.com/scalingdata/gcfg"
"github.com/golang/glog"
"k8s.io/kubernetes/pkg/api"