Browse code

Merge "remove unused param from tempest config"

Jenkins authored on 2015/09/11 05:54:11
Showing 1 changed files
... ...
@@ -430,7 +430,6 @@ function configure_tempest {
430 430
     iniset $TEMPEST_CONFIG boto aki_manifest cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-vmlinuz.manifest.xml
431 431
     iniset $TEMPEST_CONFIG boto instance_type "$boto_instance_type"
432 432
     iniset $TEMPEST_CONFIG boto http_socket_timeout 30
433
-    iniset $TEMPEST_CONFIG boto ssh_user ${DEFAULT_INSTANCE_USER:-cirros}
434 433
 
435 434
     # Orchestration Tests
436 435
     if is_service_enabled heat; then