Merge "Enable VNC console in tempest.conf"

This commit is contained in:
Jenkins 2017-02-03 16:24:32 +00:00 committed by Gerrit Code Review
commit bab8516a85
1 changed files with 4 additions and 0 deletions

View File

@ -377,6 +377,10 @@ function configure_tempest {
fi
fi
if is_service_enabled n-novnc; then
iniset $TEMPEST_CONFIG compute-feature-enabled vnc_console True
fi
# Network
iniset $TEMPEST_CONFIG network api_version 2.0
iniset $TEMPEST_CONFIG network project_networks_reachable false