Files
puppet-octavia/releasenotes/notes/service_auth-defaults-d8f26d966207f906.yaml
Takashi Kajinami ce727fb1aa [service_auth] Define default values
Currently all parameters of the octavia::service_auth class default to
$::os_service_default. However the [service_auth] parameters are
required to make Octavia work correctly and users always need to define
these parameters.

This change updates default of these parameters, following the global
default values we use for service authentication.

Change-Id: I655e9f1de3e32adac089a494a9d755e83eacc577
2022-02-07 22:18:32 +09:00

10 lines
258 B
YAML

---
upgrade:
- |
The ``octavia::service_auth::password`` parameter is now required.
- |
Default values of the ``octavia::service_auth`` parameeters have been
updated, so that standalone deployment can be set up with less parameters
set.