vmware: Stop installing suds library explicitly
The python3-cinder packages in both RDO and Ubuntu (and also Debian) require python3-oslo-vmware, which depends on python3-suds. This means we don't have to install python(3)-suds explicitly and the library should be installed automatically. This removes the explicit installation of python-suds. The package name has not been updated during migration to python 3, and python-suds is no longer a valid package name in recent versions. Closes-Bug: #2011828 Change-Id: Ic82c7a86262d146c95cce74788af0d9086cee618
This commit is contained in:
parent
2cde035bbc
commit
cd7077a184
@ -112,11 +112,6 @@ define cinder::backend::vmdk (
|
||||
}
|
||||
}
|
||||
|
||||
package { 'python-suds':
|
||||
ensure => present,
|
||||
tag => 'cinder-support-package',
|
||||
}
|
||||
|
||||
create_resources('cinder_config', $extra_options)
|
||||
|
||||
}
|
||||
|
@ -39,8 +39,6 @@ describe 'cinder::backend::vmdk' do
|
||||
is_expected.to contain_cinder_config('hippo/backend_availability_zone').with_value('<SERVICE DEFAULT>')
|
||||
}
|
||||
|
||||
it { is_expected.to contain_package('python-suds').with_ensure('present') }
|
||||
|
||||
context 'with optional parameters' do
|
||||
before :each do
|
||||
params.merge!(optional_params)
|
||||
|
Loading…
x
Reference in New Issue
Block a user