Add customization for CVP maintenance

Change-Id: I1e6d5e235b76456f76d488aa037e1bdefcdaae68
diff --git a/tempest/tempest_ext.conf b/tempest/tempest_ext.conf
index 856f443..a49030f 100644
--- a/tempest/tempest_ext.conf
+++ b/tempest/tempest_ext.conf
@@ -20,26 +20,27 @@
 
 # please review and fill this section
 [heat_plugin]
-username = ${OS_USERNAME}
-admin_username = ${OS_USERNAME}
-admin_password = ${OS_PASSWORD}
-password = ${OS_PASSWORD}
-project_name = ${OS_TENANT_NAME}
-admin_project_name = ${OS_TENANT_NAME}
-region = ${OS_REGION_NAME}
-auth_url = ${OS_AUTH_URL}
+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
-instance_type = m1.tiny
-minimal_instance_type = m1.tiny
-network_for_ssh = net_name
-floating_network_name = net_name
-fixed_subnet_name = subnet_name
+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
@@ -59,12 +60,13 @@
 [network]
 build_timeout = 120
 endpoint_type = publicURL
+public_network_id =
 
-[network-feature-enabled]
+[network_feature_enabled]
 port_security = true
 
 [validation]
-run_validation = true
+run_validation = False
 image_ssh_password = cubswin:)
 ssh_timeout = 130
 
@@ -98,3 +100,34 @@
 api_v3 = true
 manage_snapshot = true
 backup = False
+
+[DEFAULT]
+lock_path = /tmp
+
+[dns]
+
+[heat_plugin]
+image_ref = <>
+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 = <>
+minimal_image_ref = <>
+instance_type = <>
+network_for_ssh = <>
+floating_network_name = <>
+region = <>
+fixed_network_name = <>
+fixed_subnet_name = <>
+minimal_instance_type = <>
+build_timeout = 180
+ssh_timeout = 30
+boot_config_env = /home/rally/boot_config_none_env.yaml
\ No newline at end of file