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

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