python-tripleoclient/releasenotes/notes/add_limit_args_for_admin_authorize-2fe6945515dd34a7.yaml
Brendan Shephard b4cb006462 Fix overcloud admin authorize
overcloud admin authorize can no longer be used with
ephemeral Heat. This change allows us to use an existing
inventory file. It also allows for the use to provide a
group from the Inventory rather than running against all
of the nodes in the inventory.

Change-Id: I07902a84e16af94b250ecb621017cd5b7de40a9c
(cherry picked from commit a2b6a9addd)
2021-10-23 11:26:33 +10:00

10 lines
254 B
YAML

---
features:
- |
The Admin Authorize command can now be targeted at
specific nodes using '--limit'. It can also take a
custom static-inventory using '--static-inventory'.
fixes:
- |
Fixes Admin Authorize to work with Ephemeral Heat.