Actually write out tempest config file

When the config was in the "extra" stage, it was being
overwritten

Change-Id: I6c9802923ab7a78772188b964c9dbb35ff084827
This commit is contained in:
Graham Hayes 2017-02-21 13:29:44 -05:00
parent de9264773e
commit 3d62298313
1 changed files with 3 additions and 3 deletions

View File

@ -378,14 +378,14 @@ if is_service_enabled designate; then
echo_summary "Initializing Designate"
init_designate
echo_summary "Configuring Tempest options for Designate"
configure_designate_tempest
echo_summary "Starting Designate"
start_designate
echo_summary "Creating Pool Configuration"
create_designate_pool_configuration
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
echo_summary "Configuring Tempest options for Designate"
configure_designate_tempest
fi
if [[ "$1" == "unstack" ]]; then