bb69b667f0
This patch updates all the roles to the latest available SHA's, updates all the OpenStack Service SHA's and also updates the appropriate python requirements pins. Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
21 lines
563 B
YAML
21 lines
563 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
All variables in the security role are now prepended with ``security_`` to
|
|
avoid collisions with variables in other roles. All deployers who have
|
|
used the security role in previous releases will need to prepend all
|
|
security role variables with ``security_``.
|
|
|
|
For example, a deployer could have disabled direct root ssh logins with the
|
|
following variable:
|
|
|
|
.. code-block:: yaml
|
|
|
|
ssh_permit_root_login: yes
|
|
|
|
That variable would become:
|
|
|
|
.. code-block:: yaml
|
|
|
|
security_ssh_permit_root_login: yes
|