puppet-neutron/releasenotes/notes/add_token_auth-daa888e87da725da.yaml
waleedm 8ce1ea3d93 Change authentication method for Mellanox sdn controller
Change sdn authentication from basic(username, password) to token
authentication, deprecate username and password and add a new
parameter token

Depends-on: https://review.opendev.org/814557
Change-Id: Ie8b347a4705045dfa0363284ec41e9e519ec19f9
2021-11-04 21:06:14 +09:00

14 lines
376 B
YAML

---
features:
- The new ``sdn_token`` parameter to authenticate sdn has been added to
the ``neutron::plugins::ml2::mellanox::mlnx_sdn_assist`` class.
deprecations:
- |
The following two parameters of
the ``neutron::plugins::ml2::mellanox::mlnx_sdn_assist`` class have been
deprecated and have no effect now.
- ``sdn_username``
- ``sdn_password``