Skip all nova v3 tests temporarily

For making one nova v3 parameter consistent, some patch is review
in progress now (I452672e064d0dc4a1d5700bb96c01de8087f33d8).
The parameter is used at many places, and we need to skip nova v3
tests temporarily to merge the patch.
After merging the patch, we will enable the tests again with changing
the parameter in Tempest.

Partially implements blueprint nova-v3-api-tests
Change-Id: I51be1cb5be312d2b099f74c70a49a9e58765d3d8
diff --git a/tempest/config.py b/tempest/config.py
index a629486..76461fb 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -204,7 +204,7 @@
 
 ComputeFeaturesGroup = [
     cfg.BoolOpt('api_v3',
-                default=True,
+                default=False,
                 help="If false, skip all nova v3 tests."),
     cfg.BoolOpt('disk_config',
                 default=True,