Merge pull request #6138 from xsgordon/correct-openstack-cloud-provider-table-layout

Correct OpenStack Cloud Provider Table Layout
This commit is contained in:
Brad Topol
2017-11-01 21:26:56 -04:00
committed by GitHub
@@ -62,12 +62,12 @@ be used when using OpenStack with Kubernetes. The OpenStack cloud provider
implementation for Kubernetes supports the use of these OpenStack services from
the underlying cloud, where available:
Service | API Version(s) | Required
-------------------------+----------------+----------
Block Storage (Cinder) | V1†, V2 | No
Compute (Nova) | V2 | No
Identity (Keystone) | V2‡, V3 | Yes
Load Balancing (Neutron) | V1§, V2 | No
| Service | API Version(s) | Required |
|--------------------------|----------------|----------|
| Block Storage (Cinder) | V1†, V2 | No |
| Compute (Nova) | V2 | No |
| Identity (Keystone) | V2‡, V3 | Yes |
| Load Balancing (Neutron) | V1§, V2 | No |
† Block Storage V1 API support is deprecated, support for Block Storage V3 will
be added in the future.