Update of keystone group fails if we doesn't provide some properties

Bug #1572256 reported by Oleksii Chuprykov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
In Progress
Medium
Oleksii Chuprykov

Bug Description

Create stack with such template:
heat_template_version: 2013-05-23

resources:
  admin_user:
    type: OS::Keystone::Group
    properties:
        name: aaa
        roles:
          - role: abc1
            project: admin
Update with
heat_template_version: 2013-05-23

resources:
  admin_user:
    type: OS::Keystone::Group
    properties:
        name: aaa
        roles:
          - role: abc1
            project: demo

BadRequest: {} does not have enough properties (HTTP 400) (Request-ID: req-1934434b-0e13-4d42-926b-487996e3c3e4)

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

Fix proposed to branch: master
Review: https://review.openstack.org/307957

Changed in heat:
assignee: nobody → Oleksii Chuprykov (ochuprykov)
status: New → In Progress
Changed in heat:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on heat (master)

Change abandoned by Rico Lin (<email address hidden>) on branch: master
Review: https://review.openstack.org/307957
Reason: Hi, this patch stays untouched for few months, would like to abandon for now. Feel free to restore it if you still working on this. Thank you!

Rico Lin (rico-lin)
Changed in heat:
milestone: none → no-priority-tag-bugs
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.