DevStack guide: Bump IRONIC_VM_SPECS_RAM to 1280

This patch is bumping the value of the IRONIC_VM_SPECS_RAM configuration
from 1024 to 1280 in the DevStack guide. Currently the CoreOS version of
the deploy ramdisk can not boot with 1024 and attempting to do it will
result in the boot process falling into the emergency shell.

Our documentation should set the minimum value to something that allow
users to boot any of the supported upstream versions of the IPA ramdisk.

Change-Id: I6760a4311cdc9103826c309070c262e685c85e37
Closes-Bug: #1611773
This commit is contained in:
Lucas Alvares Gomes 2016-08-10 14:34:20 +01:00
parent 98d373afe8
commit 8edbc9120a

View File

@ -487,7 +487,7 @@ and uses the ``agent_ipmitool`` driver by default::
# The parameters below represent the minimum possible values to create
# functional nodes.
IRONIC_VM_SPECS_RAM=1024
IRONIC_VM_SPECS_RAM=1280
IRONIC_VM_SPECS_DISK=10
# Size of the ephemeral partition in GB. Use 0 for no ephemeral partition.