Allow virtual package for python-pysaml2

python-pysaml2 has become a virtual package.  Force it to true.

Change-Id: Ia3aaa6fb62ca1b78f113bfe76cf701ca162a4383
Closes-Bug: 1597753
This commit is contained in:
Sofer Athlan-Guyot 2016-06-30 16:19:13 +02:00
parent 51c68fb127
commit 84e6682312
1 changed files with 3 additions and 2 deletions

View File

@ -105,8 +105,9 @@ class keystone::federation::identity_provider(
} }
ensure_packages(['xmlsec1','python-pysaml2'], { ensure_packages(['xmlsec1','python-pysaml2'], {
ensure => $package_ensure, ensure => $package_ensure,
tag => 'keystone-support-package', allow_virtual => true,
tag => 'keystone-support-package',
}) })
keystone_config { keystone_config {