Drop deprecated tempate::magnum::tempest_config_file

It was deprecated by e82a668c4028c28c1aa49ecd703a968552aba8dc .

Change-Id: I4a9b18a51c2765b5a91a5605455458316e4cc080
This commit is contained in:
Takashi Kajinami
2025-04-17 23:55:32 +09:00
parent f6be09b9d0
commit 262bada658

View File

@@ -367,8 +367,7 @@ class openstack_integration::tempest (
if $magnum {
class { 'tempest::magnum':
provision_image => false,
tempest_config_file => '/tmp/openstack/tempest/etc/tempest.conf',
provision_image => false,
}
}
}