Skip to content
Snippets Groups Projects
Commit 7f0653e8 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 da5ce6ed
No related branches found
No related tags found
4 merge requests!1759Issue #3356778: Release 5.1.1,!1679Issue #3349074: Fix the OpenStack Project create and edit form in SPA that "Member" cannot be saved due to a validation error,!1607Issue #3343582: Add the function to preview OpenStack stack in the SPA,!1032Issue #3284576: Release 5.0.0-alpha2
......@@ -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