Workaround bug 1263294 for all images we build.

The workaround in tripleo-image-elements for bug 1263294 only takes
effect when an element depends on some of the other got in
'use-ephemeral'. Explicitly drag use-ephemeral in so that we always
have the workaround.

Change-Id: Iacaaba3b71b80292ad8d0d8ad4354f3c8860a07f
Related-Bug: #1263294
This commit is contained in:
Robert Collins 2014-01-26 17:41:26 +13:00
parent bc70a095d3
commit fdbde78f5d
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ export POWER_MANAGER=${POWER_MANAGER:-'nova.virt.baremetal.virtual_power_driver.
export DIB_COMMON_ELEMENTS=${DIB_COMMON_ELEMENTS:-"stackuser"}
## #. These elements are required for tripleo in all images we build.
export DIB_COMMON_ELEMENTS="${DIB_COMMON_ELEMENTS} use-ephemeral"
## #. Set HW resources for VMs used as 'baremetal' nodes. NODE_CPU is cpu count,
## NODE_MEM is memory (MB), NODE_DISK is disk size (GB), NODE_ARCH is
## architecture (i386, amd64). NODE_ARCH is used also for the seed VM.