Stack tags are not part of the stack-abandon output

Bug #1504589 reported by Jason Dunsmore
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Medium
Jason Dunsmore

Bug Description

$ heat stack-abandon depends-on2
{
  "files": {},
  "status": "FAILED",
  "name": "depends-on2",
  "stack_user_project_id": "ea9d9bcbd9984be48eaa5c4cd59beadd",
  "environment": {
    "encrypted_param_names": [],
    "parameter_defaults": {},
    "parameters": {},
    "resource_registry": {
      "resources": {}
    }
  },
  "template": {
    "heat_template_version": "2013-05-23",
    "resources": {
      "test1": {
        "type": "OS::Heat::TestResource",
        "properties": {
          "update_replace": true,
          "value": "Test"
        }
      },
      "test2": {
        "depends_on": "test1",
        "type": "OS::Heat::TestResource",
        "properties": {
          "update_replace": false,
          "value": "Test"
        }
      }
    }
  },
  "action": "UPDATE",
  "project_id": "c3832abde0da4f86b974770d8b1fa89d",
  "id": "a729071c-f7a3-435c-9403-a1f5e7fd2cdc",
  "resources": {
    "test1": {
      "status": "COMPLETE",
      "name": "test1",
      "resource_data": {},
      "resource_id": null,
      "action": "INIT",
      "type": "OS::Heat::TestResource",
      "metadata": {}
    },
    "test2": {
      "status": "COMPLETE",
      "name": "test2",
      "resource_data": {
        "value": "Test"
      },
      "resource_id": "depends-on2-test2-lztruv3frdh6",
      "action": "CREATE",
      "type": "OS::Heat::TestResource",
      "metadata": {}
    }
  }
}

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/233286

Changed in heat:
assignee: nobody → Jason Dunsmore (jasondunsmore)
status: New → In Progress
Changed in heat:
importance: Undecided → Medium
milestone: none → mitaka-1
Revision history for this message
Sergey Kraynev (skraynev) wrote :

Jason: fix works, but I suppose, that we need to create another bug for adopt, because when abandon data contains tags field, it is still ignored on adopt.

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

Reviewed: https://review.openstack.org/233286
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=3c128ba20c381282470115fa59bb4b7aafbfb0c7
Submitter: Jenkins
Branch: master

commit 3c128ba20c381282470115fa59bb4b7aafbfb0c7
Author: Jason Dunsmore <email address hidden>
Date: Fri Oct 9 14:10:25 2015 -0500

    Add stack tags to stack abandon output

    Change-Id: Iafa7dcd2f1751edc413707091b80d10fd442e213
    Closes-Bug: #1504589

Changed in heat:
status: In Progress → Fix Committed
Revision history for this message
Thierry Carrez (ttx) wrote : Fix included in openstack/heat 6.0.0.0b1

This issue was fixed in the openstack/heat 6.0.0.0b1 development milestone.

Changed in heat:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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