From 72456eb2a24b36c404af0e75080e8b175479f04a Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Mon, 1 Feb 2010 15:52:57 +0100
Subject: [PATCH] Bump RPC protocol version to 30

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 lib/constants.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/constants.py b/lib/constants.py
index c20e65bde..827828d5a 100644
--- a/lib/constants.py
+++ b/lib/constants.py
@@ -26,7 +26,7 @@ import re
 from ganeti import _autoconf
 
 # various versions
-PROTOCOL_VERSION = 20
+PROTOCOL_VERSION = 30
 RELEASE_VERSION = _autoconf.PACKAGE_VERSION
 OS_API_V10 = 10
 OS_API_V15 = 15
-- 
GitLab