Merge "Remove unnecessary openstackclient"
This commit is contained in:
@@ -220,8 +220,6 @@ class watcher (
|
|||||||
$notification_retry = $facts['os_service_default'],
|
$notification_retry = $facts['os_service_default'],
|
||||||
Boolean $purge_config = false,
|
Boolean $purge_config = false,
|
||||||
) {
|
) {
|
||||||
include openstacklib::openstackclient
|
|
||||||
|
|
||||||
include watcher::deps
|
include watcher::deps
|
||||||
include watcher::params
|
include watcher::params
|
||||||
include watcher::policy
|
include watcher::policy
|
||||||
|
@@ -9,8 +9,6 @@ describe 'watcher' do
|
|||||||
{ :purge_config => false }
|
{ :purge_config => false }
|
||||||
end
|
end
|
||||||
|
|
||||||
it { should contain_class('openstacklib::openstackclient') }
|
|
||||||
|
|
||||||
it 'contains the db class' do
|
it 'contains the db class' do
|
||||||
is_expected.to contain_class('watcher::db')
|
is_expected.to contain_class('watcher::db')
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user