Implement DISABLE_API_TERMINATION property for EC2::Instance

Bug #1346834 reported by lvdongbing
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Won't Fix
Wishlist
lvdongbing

Bug Description

DISABLE_API_TERMINATION property in EC2::Instance is not implemented yet.

https://github.com/openstack/heat/blob/master/heat/engine/resources/instance.py#L188
  DISABLE_API_TERMINATION: properties.Schema(
            properties.Schema.STRING,
            _('Not Implemented.'),
            implemented=False
        ),

lvdongbing (dbcocle)
Changed in heat:
assignee: nobody → lvdongbing (dbcocle)
Revision history for this message
Steven Hardy (shardy) wrote :

Can you describe in more detail how you plan to implement this? I don't think there's any way we can stop API termination from happening if the user goes direct to the nova API, and we don't provide any API termination functionality via the heat API?

Revision history for this message
Zane Bitter (zaneb) wrote :

Yeah, I don't think this is technically possible in OpenStack.

Changed in heat:
importance: Undecided → Wishlist
status: New → Won't Fix
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.