aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/common.py
diff options
context:
space:
mode:
authorStefan Berg <stefan.k.berg@ericsson.com>2016-01-29 13:30:56 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-01-29 13:30:56 +0000
commitda34b8fbba1d06db9ee62cc1e79af9c8a178eff6 (patch)
treecd8ec5d386e828b1f1c349d2384c1a378b505aaf /deploy/common.py
parentf32ce90a3a08891ab2253ca910b7025314b0c8d8 (diff)
parent4651f81d2deae1512f4033841af173a51a7c6eca (diff)
Merge "Use Fuel 8 CLI compatible commands" into stable/brahmaputra
Diffstat (limited to 'deploy/common.py')
-rw-r--r--deploy/common.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/deploy/common.py b/deploy/common.py
index bc2787617..4b0561cd4 100644
--- a/deploy/common.py
+++ b/deploy/common.py
@@ -18,9 +18,8 @@ import stat
import errno
N = {'id': 0, 'status': 1, 'name': 2, 'cluster': 3, 'ip': 4, 'mac': 5,
- 'roles': 6, 'pending_roles': 7, 'online': 8}
-E = {'id': 0, 'status': 1, 'name': 2, 'mode': 3, 'release_id': 4,
- 'changes': 5, 'pending_release_id': 6}
+ 'roles': 6, 'pending_roles': 7, 'online': 8, 'group_id': 9}
+E = {'id': 0, 'status': 1, 'name': 2, 'release_id': 3, 'pending_release_id': 5}
R = {'id': 0, 'name': 1, 'state': 2, 'operating_system': 3, 'version': 4}
RO = {'name': 0, 'conflicts': 1}
CWD = os.getcwd()