Comment 2 for bug 1479517

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

Reviewed: https://review.openstack.org/207213
Committed: https://git.openstack.org/cgit/openstack/cookbook-openstack-identity/commit/?id=0e19301c5d8743b6b36a2bcd9b37791140607f85
Submitter: Jenkins
Branch: master

commit 0e19301c5d8743b6b36a2bcd9b37791140607f85
Author: Mark Vanderwiel <email address hidden>
Date: Wed Jul 29 15:45:29 2015 -0500

    Remove unecessary calls to keystone cli

    I noticed that the create_user and grant_role actions did some
    unneeded keystone CLI calls to get UUIDs for use as parameters on
    subsequent CLI calls. Instead we can just use the user or tenant
    name directly and reduce the number of calls made and speed up the
    converge a bit.

    No change in functionality.

    Change-Id: I93deb01d183d9d50098445676c5b49b0b6ae4fea
    Closes-Bug: 1479517