Drop a few remaining ec2api-tempest-plugin parameters

Some of the parameters of ec2api-tempest-plugin were not removed when
we removed EC2 API[1].

[1] cddbe5e38b

Change-Id: I4218179e08dabe61858827c9d71402dd013962e7
This commit is contained in:
Takashi Kajinami 2024-03-08 12:52:59 +09:00
parent 8a9b29ff07
commit 0f0823113d
1 changed files with 0 additions and 4 deletions

View File

@ -346,10 +346,6 @@ class openstack_integration::tempest (
run_ssh => true,
l2gw_switch => $l2gw_switch,
disable_dashboard_ssl_validation => true,
aws_ec2_url => "${::openstack_integration::config::base_url}:8788/",
aws_region => 'regionOne',
# TODO(tkajinam): we have to configure image id parameters but we have to
# obtain id from EC2 api.
heat_image_name => 'cirros',
heat_flavor_ref => '84',
baremetal_driver => 'fake-hardware',