Comment 17 for bug 1360232

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-nova (master)

Reviewed: https://review.openstack.org/116262
Committed: https://git.openstack.org/cgit/stackforge/puppet-nova/commit/?id=45788081c9b26dda469d110db5605f905a6c9b3c
Submitter: Jenkins
Branch: master

commit 45788081c9b26dda469d110db5605f905a6c9b3c
Author: Risto Laurikainen <email address hidden>
Date: Fri Aug 22 15:32:29 2014 +0300

    Make user creation optional when creating service.

    In some cases it is useful to be able to just configure
    the service in Keystone and not the service user. This
    is the case when e.g. a read only LDAP backend is used.
    Added parameters configure_user and configure_user_role
    (default to true).

    Change-Id: If3d53c2c9070691b4731142f512b1f4bb754be00
    Closes-Bug: 1360232