Set SWIFT_TEMPURL_KEY for Ironic agent_ssh checks

IPA requires swift temp urls for deployment, and all runs of this check
are failing waiting for this variable to be input.

Change-Id: If1aa6fc135ce6ae3eb66aa0a7fb64b92f7e7a056
This commit is contained in:
Jay Faulkner
2014-10-20 08:59:02 -07:00
parent fb1c754d50
commit d2b3baf8b3

View File

@@ -153,6 +153,7 @@ EOF
fi
if [[ "$DEVSTACK_GATE_IRONIC_DRIVER" == "agent_ssh" ]]; then
echo "SWIFT_ENABLE_TEMPURLS=True" >>localrc
echo "SWIFT_TEMPURL_KEY=secretkey" >>localrc
echo "IRONIC_ENABLED_DRIVERS=fake,agent_ssh,agent_ipmitool" >>localrc
echo "IRONIC_DEPLOY_DRIVER=agent_ssh" >>localrc
# agent driver doesn't support ephemeral volumes yet