Skip to content

Commit

Permalink
Update OpenStack Cloud Provider API support for v1.9 (#6638)
Browse files Browse the repository at this point in the history
  • Loading branch information
xsgordon authored and steveperry-53 committed Dec 12, 2017
1 parent 0503058 commit e345f91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/concepts/cluster-administration/cloud-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@ the underlying cloud, where available:

| Service | API Version(s) | Required |
|--------------------------|----------------|----------|
| Block Storage (Cinder) | V1†, V2 | No |
| Block Storage (Cinder) | V1†, V2, V3 | No |
| Compute (Nova) | V2 | No |
| Identity (Keystone) | V2‡, V3 | Yes |
| Load Balancing (Neutron) | V1§, V2 | No |
| Load Balancing (Octavia) | V2 | No |

† Block Storage V1 API support is deprecated, Block Storage V3 API support was
added in Kubernetes 1.9.

† Block Storage V1 API support is deprecated, support for Block Storage V3 will
be added in the future.

‡ Identity V2 API support is deprecated and will be removed from the provider in
a future release. As of the "Queens" release, OpenStack will no longer expose the
Identity V2 API.

§ Load Balancing V1 API support is deprecated and will be removed from the
provider in a future release.
§ Load Balancing V1 API support was removed in Kubernetes 1.9.

Service discovery is achieved by listing the service catalog managed by
OpenStack Identity (Keystone) using the `auth-url` provided in the provider
Expand Down

0 comments on commit e345f91

Please sign in to comment.