Files
python-fuelclient/fuelclient
Alexander Saprykin 9bed2eaa45 Allow passing list of dicts for create-vms-conf command
Previous implementation of command "fuel2 node create-vms-conf"
didn't allow using list of dicts for --conf parameter. It required
to use multiple arguments like:
    --conf '{"id": 1}' '{"id": 2}'
which is non obvious for user and inconsistent with UI (in UI
user sees list of dicts).
This patch introduces new possibility to pass parameters
as json list:
    --conf '[{"id": 1}, {"id": 2}]'

Change-Id: I50e961c1afce91fd1c43d1fdcf6436a08a20c2be
Related-Bug: #1582136
Closes-Bug: #1582120
(cherry-picked from commit d0f6840a48)
2016-09-29 16:15:35 +03:00
..
2016-07-06 12:21:49 +03:00
2016-01-28 19:22:46 +03:00
2015-08-07 15:35:10 +03:00
2014-07-11 14:47:58 +02:00
2014-11-14 13:24:09 +01:00