Regular update of OS::SoftwareDeployments fails

Bug #1489873 reported by Oleksii Chuprykov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
High
Oleksii Chuprykov

Bug Description

For example, create a stack with this template:

heat_template_version: 2013-05-23
parameters:
    image:
        type: string
    network:
        type: string

resources:
    server:
        type: OS::Nova::Server
        properties:
            image: {get_param: image}
            flavor: m1.micro
            user_data_format: SOFTWARE_CONFIG
    my_depl:
        type: OS::Heat::SoftwareDeployments
        properties:
            config: {get_resource: config}
            servers: {'0': {get_resource: server}}
            signal_transport: NO_SIGNAL

    config:
        type: OS::Heat::SoftwareConfig
        properties:
            config: xxxxxxxxxxxxxxxxxxxxxx

update config, call stack update

This results to UPDATE_FAILED state of the stack.

Changed in heat:
assignee: nobody → Oleksii Chuprykov (ochuprykov)
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/218324

Changed in heat:
status: New → In Progress
summary: - Regular update of OS::SoftwareDeployment fails
+ Regular update of OS::SoftwareDeployments fails
Changed in heat:
importance: Undecided → High
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/218324
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=1832988da29c5ae24393095ee24dae5b853fecc2
Submitter: Jenkins
Branch: master

commit 1832988da29c5ae24393095ee24dae5b853fecc2
Author: Oleksii Chuprykov <email address hidden>
Date: Fri Aug 28 17:49:14 2015 +0300

    Use self._resource_names() without size parameter

    self._resource_names() doesn't take size parameter in
    OS::Heat::SoftwareDeploymentGroup.

    Change-Id: I03d410333379d5ba277b79c66243dc743ced7b92
    Closes-Bug: #1489873

Changed in heat:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in heat:
milestone: none → liberty-rc1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: liberty-rc1 → 5.0.0
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.