Comment 7 for bug 1423341

Revision history for this message
Billy Olsen (billy-olsen) wrote :

@Kevin, looks like the code actually did make it into the 15.04 release of the charms. However, you are absolutely right in that I did not properly finish documenting it in the config.yaml file for the keystone charm.

I'll update the docs for the 15.07 version of the charms, but please be advised the code is there and ready to use.

The change allows for inline yaml and would allow for you to specify inline yaml instead of key=value pairs ala:

juju set keystone ldap-config-flags="{user_tree_dn: 'ou=Users,dc=example,dc=org', user_objectclass: 'inetOrgPerson', group_tree_dn: 'ou=Groups,dc=example,dc=org', group_objectclass: 'groupOfName'}"