Currently, the quota API/CLI allows users to set
quotas for current tenant only. However, admin
users needs the ability to set quota for other
tenants. For example:
$ source /opt/stack/devstack/openrc admin admin
$ openstack appcontainer quota update --containers 100 <DEMO_TENANT_UUID>
Depends-On: https://review.openstack.org/627075
Change-Id: Ia147575d3e8d2c6d54bddd98846f0c9e3e518ec3
Related-Bug: #1807620