Skip to content

Commit c2b36dc

Browse files
authored
Merge pull request #169 from mandre/cinder_default_v3
Default to blockstorage v3 API
2 parents d0ab9f2 + 2af673d commit c2b36dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstack/clientconfig/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ func NewServiceClient(service string, opts *ClientOpts) (*gophercloud.ServiceCli
916916
case "sharev2":
917917
return openstack.NewSharedFileSystemV2(pClient, eo)
918918
case "volume":
919-
volumeVersion := "2"
919+
volumeVersion := "3"
920920
if v := cloud.VolumeAPIVersion; v != "" {
921921
volumeVersion = v
922922
}

0 commit comments

Comments
 (0)