From 4dd695928cc0371de2673a1865c890f0531cc795 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Fri, 17 Oct 2008 14:35:59 +0000 Subject: [PATCH] Bump up the OS API version Reviewed-by: iustinp --- lib/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.py b/lib/constants.py index 9ffa3d1f2..de10ce47e 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -26,7 +26,7 @@ from ganeti import _autoconf # various versions PROTOCOL_VERSION = 13 RELEASE_VERSION = _autoconf.PACKAGE_VERSION -OS_API_VERSION = 5 +OS_API_VERSION = 10 EXPORT_VERSION = 0 RAPI_VERSION = 2 -- GitLab