kubernetes/pkg/cloudprovider
k8s-merge-robot 06160b6abe Merge pull request #22023 from mkulke/rackspace-improvements
Automatic merge from submit-queue

Rackspace improvements (OpenStack Cinder)

This adds PV support via Cinder on Rackspace clusters. Rackspace Cloud Block Storage is pretty much vanilla OpenStack Cinder, so there is no need for a separate Volume Plugin. Instead I refactored the Cinder/OpenStack interaction a bit (by introducing a CinderProvider Interface and moving the device path detection logic to the OpenStack part).

Right now this is limited to `AttachDisk` and `DetachDisk`. Creation and deletion of Block Storage is not in scope of this PR.

Also the `ExternalID` and `InstanceID` cloud provider methods have been implemented for Rackspace.
2016-04-21 16:38:13 -07:00
..
providers Merge pull request #22023 from mkulke/rackspace-improvements 2016-04-21 16:38:13 -07:00
cloud.go Change LoadBalancer methods to take api.Service 2016-03-23 10:48:11 +00:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
plugins.go Fixed error handling of cloud init. 2015-09-08 10:46:49 +02:00