Merge "client: Install openstackclient"

This commit is contained in:
Zuul 2024-04-22 08:02:35 +00:00 committed by Gerrit Code Review
commit 90b010f80c
2 changed files with 4 additions and 0 deletions

View File

@ -19,4 +19,6 @@ class manila::client (
name => $::manila::params::client_package,
tag => ['openstack', 'openstackclient'],
}
include openstacklib::openstackclient
}

View File

@ -14,6 +14,8 @@ describe 'manila::client' do
:tag => ['openstack', 'openstackclient'],
)
end
it { is_expected.to contain_class('openstacklib::openstackclient') }
end
on_supported_os({