Skip to content
Snippets Groups Projects
Commit 2a3d28e9 authored by xiaohua guan's avatar xiaohua guan Committed by Yas Naoi
Browse files

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

Issue #3274523 by Xiaohua Guan, yas: Fix the error "Error Message: Version 2.87 is not supported by the API. Minimum is 2.1 and maximum is 2.65"
parent d730e840
Branches
Tags
3 merge requests!1316Issue #3310263: Release 4.5.0,!1260Issue #3307397: Release 4.4.0,!846Issue #3274523 by Xiaohua Guan, yas: Fix the error "Error Message: Version...
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment