Browse code

Merge "Re-enable novnc tempest tests"

Zuul authored on 2018/05/05 07:34:21
Showing 1 changed files
... ...
@@ -394,14 +394,7 @@ function configure_tempest {
394 394
         iniset $TEMPEST_CONFIG compute-feature-enabled volume_multiattach True
395 395
     fi
396 396
 
397
-    # TODO(melwitt): If we're running per-cell console proxies, the novnc tests
398
-    # won't work until the nova patch series lands that converts from the
399
-    # nova-consoleauth backend -> cell database backend. So disable them unless
400
-    # we're running Cells v1. Cells v1 will never support the cell database
401
-    # backend, so it will always run with a global nova-consoleauth.
402
-    # Once the patch that converts from the nova-consoleauth backend -> cell
403
-    # database backend lands, we can re-enable the novnc tests for Cells v2.
404
-    if is_service_enabled n-novnc && is_service_enabled n-cell; then
397
+    if is_service_enabled n-novnc; then
405 398
         iniset $TEMPEST_CONFIG compute-feature-enabled vnc_console True
406 399
     fi
407 400