Enable all nova v3 tests
To merge a nova v3 patch (I452672e064d0dc4a1d5700bb96c01de8087f33d8),
all nova v3 tests have been skipped because the patch changes common
parameter("admin_password") of nova v3 API.
After merging the patch, we need to enable all nova v3 tests again with
changing the API parameter.
Partially implements blueprint nova-v3-api-tests
Change-Id: Ia5b3bd123a20196fd15bbb6771b6cf929121532a
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index fc4f9cd..4d02dc5 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 = false
+api_v3 = true
# Does the Compute API support creation of images?
create_image = true