Update dev quickstart guide for ephemeral testing

Devstack now supports the IRONIC_VM_EPHEMERAL_DISK variable
which allows the user to specify the size of the ephemeral
disk partition. This change documents how to use this variable
to boot an instance with ephemeral storage.

Change-Id: Idd3bf8c4c63d32a8ed2bacd37ba642eb70f709db
This commit is contained in:
David Shrewsbury 2014-05-05 08:34:52 -04:00
parent 6239eb863a
commit 1141e7ad9c

View File

@ -256,6 +256,9 @@ Create devstack/localrc with minimal settings required to enable Ironic::
IRONIC_VM_SPECS_DISK=10
IRONIC_VM_SSH_PORT=22
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.
IRONIC_VM_EPHEMERAL_DISK=0
VIRT_DRIVER=ironic
# By default, DevStack creates a 10.0.0.0/24 network for instances.