Skip to content

Commit

Permalink
Merge "Add python-ldappool as a requirement for LDAP"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Nov 4, 2014
2 parents 2bfe589 + cca5483 commit 38518cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/ldap.pp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
$assignment_driver = undef,
) {

package { 'python-ldap':
$ldap_packages = ['python-ldap', 'python-ldappool']
package { $ldap_packages:
ensure => present,
}

Expand Down
1 change: 1 addition & 0 deletions spec/classes/keystone_ldap_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
}
end
it { should contain_package('python-ldap') }
it { should contain_package('python-ldappool') }
it 'should have basic params' do
should contain_keystone_config('ldap/url').with_value('ldap://foo')
should contain_keystone_config('ldap/user').with_value('cn=foo,dc=example,dc=com')
Expand Down

0 comments on commit 38518cb

Please sign in to comment.