From fa28f005454b7c2be49f591ec8dc106b15dd04c8 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Wed, 9 Sep 2015 11:14:30 -0400 Subject: [PATCH] Follow up to Ifdccb32035fa91fe8d8200c3090973c34d453801 Revised doc to provide clarity as to what unit the value expects/requires. Change-Id: If2cbef77f54b1d344bd023cbf816a983104dcea0 --- playbooks/roles/bifrost-create-vm-nodes/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/roles/bifrost-create-vm-nodes/README.md b/playbooks/roles/bifrost-create-vm-nodes/README.md index 8a691da1c..66eca0336 100644 --- a/playbooks/roles/bifrost-create-vm-nodes/README.md +++ b/playbooks/roles/bifrost-create-vm-nodes/README.md @@ -19,10 +19,10 @@ Role Variables baremetal_csv_file: "/tmp/baremetal.csv" test_vm_memory_size: Tunable setting to allow a user to define a specific - amount of RAM to allocate to guest/test VMs. Defaults - to "3072". Note: if this setting is modified between - test runs, you may need to undefine the test virtual - machine(s) that were previously created. + amount of RAM in MB to allocate to guest/test VMs. + Defaults to "3072". Note: if this setting is modified + between test runs, you may need to undefine the test + virtual machine(s) that were previously created. Dependencies ------------