openstack-ansible/releasenotes/notes/dictionary-variables-removed-957c7b7b2108ba1f.yaml
Jesse Pretorius bb69b667f0 Update all SHAs for Newton-1 2016-06-02
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
2016-06-02 21:05:45 +00:00

10 lines
509 B
YAML

---
fixes:
- The dictionary-based variables in ``defaults/main.yml`` are now individual
variables. The dictionary-based variables could not be changed as the
documentation instructed. Instead it was required to override the entire
dictionary. Deployers must use the new variable names to enable or disable
the security configuration changes applied by the security role. For more
information, see
`Launchpad Bug 1577944 <https://bugs.launchpad.net/openstack-ansible/+bug/1577944>`_.