Pin plugins versions, add skip list, adjust tempest config
Change-Id: I00773be2183980fc2c49a35d1e394469354838bc
diff --git a/tempest/tempest_ext.conf b/tempest/tempest_ext.conf
index f6e3529..573c3ac 100644
--- a/tempest/tempest_ext.conf
+++ b/tempest/tempest_ext.conf
@@ -1,5 +1,8 @@
+[DEFAULT]
+lock_path = /tmp
+
[compute]
-image_ref_alt = ${IMAGE_REF2}
+image_ref_alt = ${IMAGE_REF2}
min_microversion = 2.1
max_microversion = latest
volume_device_name = vdc
@@ -12,6 +15,33 @@
build_timeout = 120
fixed_network_name = ${FIXED_NET}
+# 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 =
+admin_password =
+password =
+disable_ssl_certificate_validation = True
+image_ref = ${IMAGE_REF2}
+minimal_image_ref = ${IMAGE_REF2}
+instance_type = m1.tiny
+network_for_ssh =
+floating_network_name =
+region =
+fixed_network_name = ${FIXED_NET}
+fixed_subnet_name =
+minimal_instance_type = m1.tiny
+build_timeout = 180
+ssh_timeout = 30
+boot_config_env = /home/rally/boot_config_none_env.yaml
+
[compute-feature-enabled]
nova_cert = True
personality = True