Drop deprecated trove::taskmanager::use_guestagent_template

The parameter was deprecated several cycles ago and it has had no
effect since Zed.

Change-Id: I135fc6fe94ba4a3b1b0928c2ca896503c7dedf28
This commit is contained in:
Takashi Kajinami 2023-02-20 14:11:20 +09:00
parent 9642197033
commit 49b7057299

View File

@ -82,8 +82,6 @@ class openstack_integration::trove {
password => 'a_big_secret',
auth_url => $::openstack_integration::config::keystone_auth_uri
}
class { 'trove::taskmanager':
use_guestagent_template => false,
}
class { 'trove::taskmanager': }
class { 'trove::quota': }
}