ContainX / openstack4j

A Fluent OpenStack SDK / Client Library for Java
http://openstack4j.com
Other
290 stars 368 forks source link

Add support for abandon stack heat #1135

Open akemr opened 6 years ago

akemr commented 6 years ago

Heat REST API contains operations for both stack abandoning (deletes a stack but leaves its resources intact, and returns data that describes the stack and its resources) and adoption (creates a stack from existing resources)

See: https://developer.openstack.org/api-ref/orchestration/v1/#abandon-stack and https://developer.openstack.org/api-ref/orchestration/v1/#adopt-stack

It would be nice to have support for these operations in OpenStack4J as well.

vinodborole commented 6 years ago

@akemr we'd be happy if you can contribute

akemr commented 6 years ago

Sure, I can contribute. Will open PR about it.