Switch python-ironic-inspector-client dsvm job to iPXE as well

A follow-up to I9aada4c19ed88f8f60e4c6300da6ee5decdfb6be

Change-Id: I24ca380fd40c0c95dd0eed15fe0cf48a6595aa94
This commit is contained in:
Dmitry Tantsur 2016-04-08 15:10:11 +02:00
parent 73f591ba4b
commit f3d2a88bcd
1 changed files with 1 additions and 0 deletions

View File

@ -233,6 +233,7 @@
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_BUILD_DEPLOY_RAMDISK=False"
# IPA requires at least 1 GiB of RAM
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_VM_SPECS_RAM=1024"$'\n'"IRONIC_VM_COUNT=1"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_IPXE_ENABLED=True"
function post_test_hook {{
source $BASE/new/devstack/openrc admin admin