Merge "Remove unnecessary openstackclient"

This commit is contained in:
Zuul
2025-09-16 05:33:35 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 4 deletions

View File

@@ -220,8 +220,6 @@ class watcher (
$notification_retry = $facts['os_service_default'],
Boolean $purge_config = false,
) {
include openstacklib::openstackclient
include watcher::deps
include watcher::params
include watcher::policy

View File

@@ -9,8 +9,6 @@ describe 'watcher' do
{ :purge_config => false }
end
it { should contain_class('openstacklib::openstackclient') }
it 'contains the db class' do
is_expected.to contain_class('watcher::db')
end