From 4651f81d2deae1512f4033841af173a51a7c6eca Mon Sep 17 00:00:00 2001 From: Peter Barabas Date: Wed, 27 Jan 2016 11:07:52 +0100 Subject: Use Fuel 8 CLI compatible commands Change-Id: Icd2feed7326772837c74f35688160d1eb0c25652 Signed-off-by: Peter Barabas (cherry picked from commit b4cc8935a0b22c4104cbeec027a7325afff9b3ae) --- deploy/common.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'deploy/common.py') 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() -- cgit 1.2.3-korg