[CVP] Align cvp-configuration 2018.4.0 branch with OS Pike release
Change-Id: Id2cc15cd649c2d2474d6a71a9f00ae10eebe8171
Related-PROD: PROD-29899
diff --git a/tempest/tempest_ext.conf b/tempest/tempest_ext.conf
index 5e33b75..b1666e5 100644
--- a/tempest/tempest_ext.conf
+++ b/tempest/tempest_ext.conf
@@ -1,3 +1,6 @@
+[DEFAULT]
+lock_path = /tmp
+
[compute]
image_ref_alt = ${IMAGE_REF2}
min_microversion = 2.1
@@ -13,8 +16,34 @@
fixed_network_name = ${FIXED_NET}
[compute-feature-enabled]
-nova_cert = True
-personality = True
+resize = True
+
+# please review and fill this section
+[heat_plugin]
+image_ref = ${IMAGE_REF2}
+username = admin
+project_name = admin
+admin_project_name = admin
+domain_name = default
+admin_username = admin
+admin_domain_name = default
+endpoint_type = internal
+auth_url = http://10.0.0.0:5000/v2.0
+admin_password = aaa
+password = aaa
+disable_ssl_certificate_validation = True
+image_ref = ${IMAGE_REF2}
+minimal_image_ref = ${IMAGE_REF2}
+instance_type = m1.tiny
+network_for_ssh = net_name
+floating_network_name = net_name
+region = RegionOne
+fixed_network_name = ${FIXED_NET}
+fixed_subnet_name = subnet_name
+minimal_instance_type = m1.tiny
+build_timeout = 180
+ssh_timeout = 30
+boot_config_env = /home/rally/boot_config_none_env.yaml
[identity]
auth_version = v3
@@ -32,7 +61,7 @@
build_timeout = 120
endpoint_type = publicURL
-[network_feature_enabled]
+[network-feature-enabled]
port_security = true
[validation]
@@ -54,11 +83,17 @@
endpoint_type = publicURL
[volume]
-min_microversion = 3.0
max_microversion = latest
build_timeout = 120
storage_protocol = ceph
endpoint_type = publicURL
+catalog_type = volumev3
+
+[service-clients]
+http_timeout = 100
+
+[service_available]
+cinder = True
[volume-feature-enabled]
api_v3 = true