juju-solutions / matrix

Automatic testing of big software deployments under various failure conditions
Other
8 stars 9 forks source link

Removed SUBORDINATE_OK flag from reboot and kill_juju_agent #115

Closed pengale closed 7 years ago

pengale commented 7 years ago

It's not really necessary to automatically generate reboot and kill_juju_agent actions for subordinate charms. There's always a parent charm that we can run those actions against, instead.

Leaving the SUBORDINATE_OK flag in the codebase for now, just in case we do add an action that needs it.

@johnsca @seman @abentley