Comment 3 for bug 1785164

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

Reviewed: https://review.openstack.org/588460
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=bf3a8c09a095c2b037f114ba4770b59d6351c73b
Submitter: Zuul
Branch: master

commit bf3a8c09a095c2b037f114ba4770b59d6351c73b
Author: wangxiyuan <email address hidden>
Date: Fri Aug 3 15:33:44 2018 +0800

    Do not allow create limits for domain

    Keystone now doesn't support domain-level limits. When creating
    limits, if the input project_id is a domain id, it should not be
    allowed.

    Change-Id: Ifafd96113499d533341870960f294dd5fada477d
    Closes-Bug: #1785164