Reduce ironic minimum required memory to 256MB

In resource-constrained environments such as CI, we may hit this new
limit, which prevents deployments from succeeding.

Following the lead of the ironic devstack plugin, we reduce the limit to
256MB.

Depends-On: https://review.opendev.org/c/openstack/kayobe/+/777518

Change-Id: I2d853d38740dca445cd281b83f4a26d842a9c9cd
This commit is contained in:
Mark Goddard 2021-02-23 09:25:31 +00:00
parent 6e7e3ae18c
commit 0b54af9ed9
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[DEFAULT]
minimum_required_memory = 256