Merge "Remove unnecessary openstackclient"
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user