rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 185 forks source link

create action same return code but the different results between different versions(V1 and V2 ) #637

Open jeremyzhou2001 opened 6 years ago

jeremyzhou2001 commented 6 years ago

1、Using the NewBlockStorageV1 version to create the cloud disk returns failure, but actually displays the cloud disk creation success on openstack

2、Using the NewBlockStorageV2 version to create a cloud disk, return to success, the actual display of cloud disk creation success on openstack