Remove setting of ssh_user param to boto section.
Because boto uses user name to ssh from compute.ssh_user
Change-Id: Ifd5b99ef35eaf126a3c6e0055837c4741353345e
| ... | ... |
@@ -426,7 +426,6 @@ function configure_tempest {
|
| 426 | 426 |
iniset $TEMPEST_CONFIG boto aki_manifest cirros-${CIRROS_VERSION}-${CIRROS_ARCH}-vmlinuz.manifest.xml
|
| 427 | 427 |
iniset $TEMPEST_CONFIG boto instance_type "$boto_instance_type" |
| 428 | 428 |
iniset $TEMPEST_CONFIG boto http_socket_timeout 30 |
| 429 |
- iniset $TEMPEST_CONFIG boto ssh_user ${DEFAULT_INSTANCE_USER:-cirros}
|
|
| 430 | 429 |
|
| 431 | 430 |
# Orchestration Tests |
| 432 | 431 |
if is_service_enabled heat; then |