Comment 15 for bug 1089261

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

Reviewed: https://review.openstack.org/72763
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=4e36926d0161120e972e18ddfca31cf8a4a37e96
Submitter: Jenkins
Branch: master

commit 4e36926d0161120e972e18ddfca31cf8a4a37e96
Author: Steven Hardy <email address hidden>
Date: Tue Feb 11 12:37:20 2014 +0000

    migrate User/AccessKey resources to StackUser base class

    migrate the User/AccessKey resources to use the StackUser
    base class, and therefore convert to stack domain users.

    Note that becuse the User resource inherits from StackUser,
    and the keypair is managed by that resource now, we have
    to update both resources at the same time, as it's not
    possible to update individually and keep them both working.

    This (finally! :) resolves bug #1089261 and allows all
    resources to be created even if the user creating the
    stack doesn't have the required roles to create keystone
    users.

    Closes-Bug: #1089261
    blueprint: instance-users

    Change-Id: I854644e7669150521f8904cdb76c292519ef4167