deb-designate/contrib/devstack/gate_hook.sh
Kiall Mac Innes 39c49c057e Remove the non-pools bind9 backend
Change-Id: Id04a0d6b76244d5f3b22b637e79bf05209287ad3
2014-12-15 13:55:07 +00:00

19 lines
500 B
Bash
Executable File

#!/bin/bash
set -ex
pushd $BASE/new/devstack
DEVSTACK_GATE_DESIGNATE_DRIVER=${DEVSTACK_GATE_DESIGNATE_DRIVER:-powerdns}
export KEEP_LOCALRC=1
export ENABLED_SERVICES=designate,designate-api,designate-central,designate-sink,designate-mdns,designate-pool-manager
echo "DESIGNATE_SERVICE_PORT_DNS=5322" >> $BASE/new/devstack/localrc
echo "DESIGNATE_BACKEND_DRIVER=$DEVSTACK_GATE_DESIGNATE_DRIVER" >> $BASE/new/devstack/localrc
popd
# Run DevStack Gate
$BASE/new/devstack-gate/devstack-vm-gate.sh