This bugzilla has been removed from the release since it has not been Triaged, and needs to be reviewed for targeting another release.
We actually work a on upstream feature to make that it easier.
*** Bug 1442161 has been marked as a duplicate of this bug. ***
Tested with upstream plugin on RHOS13
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:2086
When I try to run stack cancel in OSP13 I get: [[dev]stack@uc ~]$ undercloud stack cancel --no-rollback overcloud ERROR: You are not authorized to use actions:action. Any pointers ?
(In reply to Uemit Seren from comment #17) > When I try to run stack cancel in OSP13 I get: > > [[dev]stack@uc ~]$ undercloud stack cancel --no-rollback overcloud > ERROR: You are not authorized to use actions:action. > > Any pointers ? It was disabled in policy.json as a side-effect of sharing the same policy rule as other actions which are unsafe on the undercloud. There is a patch in Ussuri to allow finer-grained control of the actions policy: https://review.opendev.org/691181