Add skeleton for new OpenStack cloud provider

This commit is contained in:
Angus Lees
2014-10-08 12:29:28 +11:00
parent 3f52a97052
commit a8ab55b413
4 changed files with 81 additions and 0 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"
)