From 8edbc9120a861c05108ca7b8f1a4cc3577122293 Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Wed, 10 Aug 2016 14:34:20 +0100 Subject: [PATCH] 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 --- doc/source/dev/dev-quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 6df5953efb..5f0ba7802d 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -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.