Update protocol version
authorGuido Trotter <ultrotter@google.com>
Mon, 20 Oct 2008 09:45:39 +0000 (09:45 +0000)
committerGuido Trotter <ultrotter@google.com>
Mon, 20 Oct 2008 09:45:39 +0000 (09:45 +0000)
r1808 changes an OS object field name from api_version to api_versions
and its type from int to list of int. This needs a protocol version
increase in order to avoid incompatibilities.

Reviewed-by: imsnah

lib/constants.py

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