puppet-nova/releasenotes/notes/novajoin-authtoken-params-f5b5a77a39e7eccd.yaml
Takashi Kajinami a540931998 Add missing parameters to nova::metadata::novajoin::authtoken
The nova::metadata::novajoin::authtoken class has not been updated and
it doesn't support some parameters recently added to the authtoken
class for nova-api. This change adds these missing parameters so that
two authtoken classes have the consistent implementation.

Change-Id: I6263595b6e5fcef9925e84bcf15b1a46f91f3f68
2021-08-27 15:22:46 +09:00

12 lines
250 B
YAML

---
features:
- |
The following parameters have been added to
the ``nova::metada::novajoin::authtoken`` class
- ``service_token_roles``
- ``service_token_roles_required``
- ``service_type``
- ``interface``
- ``params``