Reduced footprint typos

* Fix wrong quote
* Fix missing quote

Change-Id: I4b9a156b33177f47181acfed2c706e1aa8b96bfe
Closes-Bug: #1505141
This commit is contained in:
Ksenia Demina
2015-10-16 19:17:39 +03:00
parent cea5cdf2ac
commit b7dc22fa70

View File

@@ -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