Switch to rally 0.10.1, fix configure.sh, rally scenarios, update tempest_ext.conf, skip lists

Change-Id: I89cc53b30cd1ed8e07ce45a256d03f3b39767491
diff --git a/tempest/tempest_ext.conf b/tempest/tempest_ext.conf
index 573c3ac..9d72500 100644
--- a/tempest/tempest_ext.conf
+++ b/tempest/tempest_ext.conf
@@ -15,6 +15,9 @@
 build_timeout = 120
 fixed_network_name = ${FIXED_NET}
 
+[compute-feature-enabled]
+resize = True
+
 # please review and fill this section
 [heat_plugin]
 image_ref = ${IMAGE_REF2}
@@ -25,27 +28,23 @@
 admin_username = admin
 admin_domain_name = default
 endpoint_type = internal
-auth_url =
-admin_password =
-password =
+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 =
-floating_network_name =
-region =
+network_for_ssh = net_name
+floating_network_name = net_name
+region = RegionOne
 fixed_network_name = ${FIXED_NET}
-fixed_subnet_name =
+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
 
-[compute-feature-enabled]
-nova_cert = True
-personality = True
-
 [identity]
 auth_version = v3
 v3_endpoint_type = publicURL