Add missing parameters to ironic-standalone job
agent_* drivers require that swift temupurls are enabled. This patch adds missing variables to local.conf: SWIFT_ENABLE_TEMPURLS=True SWIFT_TEMPURL_KEY=secretkey Change-Id: I7ce1a439dee6680e4cb52535502de3416a5d7d86
This commit is contained in:
parent
b917cfe565
commit
17c5302da3
@ -1279,6 +1279,8 @@
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin ironic git://git.openstack.org/openstack/ironic"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_VM_COUNT=6"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_DEPLOY_DRIVER=agent_ipmitool"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"SWIFT_ENABLE_TEMPURLS=True"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"SWIFT_TEMPURL_KEY=secretkey"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_ENABLED_DRIVERS=fake,agent_ipmitool,pxe_ipmitool"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_AUTOMATED_CLEAN_ENABLED=False"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user