Comment 2 for bug 1597357

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

Reviewed: https://review.openstack.org/335600
Committed: https://git.openstack.org/cgit/openstack/puppet-keystone/commit/?id=07cee48dfc63641e9390ea6fd4c7034fe06f28d2
Submitter: Jenkins
Branch: master

commit 07cee48dfc63641e9390ea6fd4c7034fe06f28d2
Author: Sofer Athlan-Guyot <email address hidden>
Date: Wed Jun 29 19:25:47 2016 +0200

    Add retry to keystone_user.exists?

    Put back exists? method in keystone_user in line with the usual
    openstacklib mechanism. This is done by adding the possibility for
    request call to pass regexp messages that shouldn't be retried.

    Now we can safely call fetch_user without worrying about having the call
    retried by opentacklib.

    Fetch_project has the same behavior, so I added it to the mix. It may
    be a performance killer somewhere.

    Change-Id: I368cf6a06d21d018337af3e6d09cdabee839a563
    Closes-Bug: 1597357