Instead of using long backend/drivers name, use short name and stevedore
will load plugins for us.
It will prevent this kind of message in logs:
Failed to load 'keystone.catalog.backends.sql.Catalog' using stevedore:
No 'keystone.catalog' driver found,
Also cleanup unit and functional tests that were setting wrong
credential & assignment drivers.
Change-Id: Id3b8ed63ef9a821eba5374af7ed0fd1c8d755e09
The puppet-lint requirement is now changed, so we can use puppet-lint
plugins. Most of these plugins are for 4.x compat, but some just catch
common errors.
Change-Id: I988929331e3f0cbef5e10ec9116cdba9ded16967
Un-pin puppet-lint gem and add puppet-lint-param-docs, this commit also
add missing puppetdoc and fixes lint issues.
Change-Id: I1eefc743c68c75eb54a65b3cc539922ef3a3b04d
Adding full support for integrating Keystone via LDAP. Enables
support for managing all LDAP related Keystone options.
- Add two examples of LDAP configuration, although LDAP environments
are highly variable, these will help get everyone started
- Modify the keystone::ldap class to support all LDAP related options
- Check sane defaults in the keystone::ldap class to hopefully reduce mistakes
- Add a dependency on the python-ldap package
- Modify the LDAP test to match the new class
- Make the default-tenant optional since some LDAP backends do not
support this
Change-Id: Ie6879eb4816fd2b906f72cac8deb3b62bd4b2430