fog / fog-openstack

Fog for OpenStack Platform
MIT License
68 stars 130 forks source link

Update Orchestration Stack find by ID method #505

Closed andyvesel closed 4 years ago

andyvesel commented 4 years ago

If searching in all Stacks including nested ones is needed, it is necessary use find Stack by ID as the only argument.

Heat API supports this call [1]. Updating current find_by_id method to use this API call and making it not-deprecated.

Related to https://github.com/ManageIQ/manageiq-providers-openstack/pull/487

[1] https://docs.openstack.org/api-ref/orchestration/v1/?expanded=find-stack-detail,show-stack-details-detail#find-stack

theopenlab-ci[bot] commented 4 years ago

Build succeeded.

aufi commented 4 years ago

Looks good to me :+1: