X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=deploy%2Fcommon.py;h=cc418b59bdc3255a6d0b8265499c2d44763e3192;hb=129a2a30cbe5aa4ef1834f23e8a5ee7b168600a6;hp=4b0561cd4b2975783f6f699f400a2d3032cbb277;hpb=4651f81d2deae1512f4033841af173a51a7c6eca;p=fuel.git diff --git a/deploy/common.py b/deploy/common.py index 4b0561cd4..cc418b59b 100644 --- a/deploy/common.py +++ b/deploy/common.py @@ -19,7 +19,7 @@ import errno N = {'id': 0, 'status': 1, 'name': 2, 'cluster': 3, 'ip': 4, 'mac': 5, 'roles': 6, 'pending_roles': 7, 'online': 8, 'group_id': 9} -E = {'id': 0, 'status': 1, 'name': 2, 'release_id': 3, 'pending_release_id': 5} +E = {'id': 0, 'status': 1, 'name': 2, 'release_id': 3, 'pending_release_id': 4} R = {'id': 0, 'name': 1, 'state': 2, 'operating_system': 3, 'version': 4} RO = {'name': 0, 'conflicts': 1} CWD = os.getcwd()