Comment 2 for bug 1565742

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

Reviewed: https://review.openstack.org/301059
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=802f42f9166e8befb567df2a5599a187d45d28fe
Submitter: Jenkins
Branch: master

commit 802f42f9166e8befb567df2a5599a187d45d28fe
Author: Peter Razumovsky <email address hidden>
Date: Mon Apr 4 14:34:48 2016 +0300

    Keystone::User: do not update if no changes

    If user.update called with no args, keystone raises
    BadRequest exception with message that there're not
    enough parameters for updating. So return from method
    to prevent error raising.

    Change-Id: Ia04419de32f5055b9096f3c16c7aba2eb060a4c8
    Closes-bug: #1565742