Comment 3 for bug 1440185

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

Reviewed: https://review.openstack.org/170597
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=384c3f9100c4a69fe4300a1db9cd5cb233d1ed60
Submitter: Jenkins
Branch: master

commit 384c3f9100c4a69fe4300a1db9cd5cb233d1ed60
Author: Nathan Kinder <email address hidden>
Date: Fri Apr 3 12:53:01 2015 -0700

    Allow identity provider to be created with remote_ids set to None

    When support was added for multiple remote_ids, identity provider
    creation was broken when remote_ids are specified as None instead
    of an empty list. The remote_ids are supposed to be optional. This
    causes 400 errors when using python-openstackclient to create an
    identity provider without any remote_ids.

    Change-Id: I9a4d1206f6df95636ae350236f6e704ca37f7b73
    Closes-bug: #1440185