Merge pull request #1676 from anguslees/openstack-provider

Add OpenStack cloud provider
This commit is contained in:
Daniel Smith
2014-10-15 12:05:33 -07:00
101 changed files with 9746 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ package main
import (
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/aws"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/gce"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/openstack"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/ovirt"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/cloudprovider/vagrant"
)