Tell the multinode subnode and grenade to use /opt

It was changed on the primary node, but not the subnode
of the standard mutlinode job, and not updated on our
grenade job.

Changes subnode and grenade configuration to use it.

Change-Id: I8f67e3e3423e72944d22d65b788af5792ee900f9
This commit is contained in:
Julia Kreger 2019-12-16 21:18:27 -08:00
parent 75f10d81ac
commit d0d221361d
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_AUTOMATED_CLEAN_ENABLED=False"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_VM_SPECS_RAM=384"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_RAMDISK_TYPE=tinyipa"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"LIBVIRT_STORAGE_POOL_PATH=/opt/libvirt/images"
export DEVSTACK_GATE_TEMPEST_REGEX=test_server_basic_ops
EOF

View File

@ -508,6 +508,7 @@
Q_ML2_TENANT_NETWORK_TYPE: vlan
VIRT_DRIVER: ironic
PUBLIC_BRIDGE: br-infra
LIBVIRT_STORAGE_POOL_PATH: /opt/libvirt/images
devstack_services:
c-api: False
c-bak: False