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:
parent
75f10d81ac
commit
d0d221361d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user