You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2021. It is now read-only.
In general we need that our heat resource types support the stack-update operation. This is needed to fix failed stacks otherwise they have to be left stale in the system. I understand updating all the resource types requires a major effort.
On the other hand, stack-update is also needed to allow for scaling-in/scaling-out services (typically changing the number of pool members). This is a must have operation which we cannot do currently.
From my point of view allowing stack-update operations on the F5::Sys::iAppService resource type should be on top of our list.