Merge "Allow multiple Unity backend"

This commit is contained in:
Zuul 2023-10-23 16:50:14 +00:00 committed by Gerrit Code Review
commit 1b89d78af6
1 changed files with 2 additions and 2 deletions

View File

@ -161,8 +161,8 @@ define manila::backend::dellemc_unity (
})
# Python library storops is required to run Unity driver.
package{'storops':
ensure_packages( 'storops', {
ensure => $package_ensure,
provider => 'pip',
}
})
}