1
0
mirror of https://github.com/rancher/os.git synced 2025-09-07 01:31:06 +00:00

Fix fetching SSH authorized keys from GCE

This commit is contained in:
Ivan Mikushin
2016-06-29 20:32:49 -07:00
parent 93b4949cce
commit e6a550d786
2 changed files with 49 additions and 22 deletions

View File

@@ -37,13 +37,13 @@ import (
"github.com/coreos/coreos-cloudinit/datasource/file"
"github.com/coreos/coreos-cloudinit/datasource/metadata/digitalocean"
"github.com/coreos/coreos-cloudinit/datasource/metadata/ec2"
"github.com/coreos/coreos-cloudinit/datasource/metadata/gce"
"github.com/coreos/coreos-cloudinit/datasource/metadata/packet"
"github.com/coreos/coreos-cloudinit/datasource/proc_cmdline"
"github.com/coreos/coreos-cloudinit/datasource/url"
"github.com/coreos/coreos-cloudinit/pkg"
"github.com/coreos/coreos-cloudinit/system"
"github.com/rancher/netconf"
"github.com/rancher/os/cmd/cloudinit/gce"
rancherConfig "github.com/rancher/os/config"
"github.com/rancher/os/util"
)