Skip to content
Snippets Groups Projects

Issue #3274523 by Xiaohua Guan, yas: Fix the error "Error Message: Version...

Merged xiaohua guan requested to merge issue/cloud-3274523:3274523-fix-the-error into 5.x
@@ -12,7 +12,7 @@ interface OpenStackServiceInterface {
/**
* Defines OpenStack Nova API version.
*/
public const OPENSTACK_NOVA_API_VERSION = 2.87;
public const OPENSTACK_NOVA_API_VERSION = 2.1;
/**
* Defines instance tag creation delay time in second.
Loading