|
...
|
...
|
@@ -310,6 +310,9 @@ function configure_tempest {
|
|
310
|
310
|
iniset $TEMPEST_CONFIG boto ec2_url "http://$SERVICE_HOST:8773/services/Cloud"
|
|
311
|
311
|
iniset $TEMPEST_CONFIG boto s3_url "http://$SERVICE_HOST:${S3_SERVICE_PORT:-3333}"
|
|
312
|
312
|
iniset $TEMPEST_CONFIG boto s3_materials_path "$BOTO_MATERIALS_PATH"
|
|
|
313
|
+ iniset $TEMPEST_CONFIG boto ari_manifest cirros-0.3.1-x86_64-initrd.manifest.xml
|
|
|
314
|
+ iniset $TEMPEST_CONFIG boto ami_manifest cirros-0.3.1-x86_64-blank.img.manifest.xml
|
|
|
315
|
+ iniset $TEMPEST_CONFIG boto aki_manifest cirros-0.3.1-x86_64-vmlinuz.manifest.xml
|
|
313
|
316
|
iniset $TEMPEST_CONFIG boto instance_type "$boto_instance_type"
|
|
314
|
317
|
iniset $TEMPEST_CONFIG boto http_socket_timeout 30
|
|
315
|
318
|
iniset $TEMPEST_CONFIG boto ssh_user ${DEFAULT_INSTANCE_USER:-cirros}
|