diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-01-27 11:07:52 +0100 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2016-01-27 11:08:32 +0100 |
commit | b4cc8935a0b22c4104cbeec027a7325afff9b3ae (patch) | |
tree | be02982b971eb956703cc4c4ce72279a16d9ba6d /deploy/common.py | |
parent | 4214600456bf87ca339805407a904d229ad29dc6 (diff) |
Use Fuel 8 CLI compatible commands
Change-Id: Icd2feed7326772837c74f35688160d1eb0c25652
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'deploy/common.py')
-rw-r--r-- | deploy/common.py | 5 |
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() |