Reduced footprint typos
* Fix wrong quote * Fix missing quote Change-Id: I4b9a156b33177f47181acfed2c706e1aa8b96bfe Closes-Bug: #1505141
This commit is contained in:
@@ -97,12 +97,12 @@ Reduced footprint flow detailed
|
||||
#. Upload the virtual machine configuration to Fuel. On the
|
||||
Fuel Master node, issue the following command::
|
||||
|
||||
fuel2 node create-vms-conf <NODE_ID> --conf {"id":<VM_ID>, \
|
||||
"mem":<MEMORY_SIZE>,"cpu":<CPU_CORE_COUNT>}
|
||||
fuel2 node create-vms-conf <NODE_ID> --conf '{"id":<VM_ID>, \
|
||||
"mem":<MEMORY_SIZE>,"cpu":<CPU_CORE_COUNT>}'
|
||||
|
||||
For example::
|
||||
|
||||
fuel2 node create-vms-conf 2 --conf {"id":1,"mem”:2,"cpu":4}
|
||||
fuel2 node create-vms-conf 2 --conf '{"id":1,"mem":2,"cpu":4}'
|
||||
|
||||
where <NODE_ID> is "virt" node ID, <VM_ID> is VM ID that should
|
||||
be unique on that "virt" node, <MEMORY_SIZE> is the memory amount
|
||||
|
||||
Reference in New Issue
Block a user