Update gophercloud to Handle New Identity Endpoints

Currently openstack cloud provider just support keystone v2.0 and v3
The latest Identity Service is publishing an ID of v3.8, we should
update gophercloud to recognize v3.8 as a valid version id.
This commit is contained in:
FengyunPan
2017-09-21 18:58:13 +08:00
parent fc8a647f78
commit f98326b7f9
6 changed files with 163 additions and 150 deletions

View File

@@ -29,4 +29,5 @@ filegroup(
name = "all-srcs",
srcs = [":package-srcs"],
tags = ["automanaged"],
visibility = ["//visibility:public"],
)