Update protocol version
authorIustin Pop <iustin@google.com>
Mon, 8 Sep 2008 15:49:36 +0000 (15:49 +0000)
committerIustin Pop <iustin@google.com>
Mon, 8 Sep 2008 15:49:36 +0000 (15:49 +0000)
Commit 1535 introduced new fields in the instance objects, which are
serialized and and transmitted over the wire. As such, even if the
call signatures are not changed, the contents of the objects are changed
and we need to increase the version.

Reviewed-by: ultrotter

lib/constants.py

index 6860808..078a3ca 100644 (file)
@@ -25,7 +25,7 @@ from ganeti import _autoconf
 
 # various versions
 CONFIG_VERSION = 3
-PROTOCOL_VERSION = 13
+PROTOCOL_VERSION = 14
 RELEASE_VERSION = _autoconf.PACKAGE_VERSION
 OS_API_VERSION = 5
 EXPORT_VERSION = 0