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/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 4d02dc5..fc4f9cd 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -153,7 +153,7 @@
 
 [compute-feature-enabled]
 # Do we run the Nova V3 API tests?
-api_v3 = true
+api_v3 = false
 
 # Does the Compute API support creation of images?
 create_image = true