openstack-ansible/releasenotes/notes/gnocchi_default_basic_authmode-32c951e1ab8f21ed.yaml
Andy McCrae aa986bd332 Fix role SHA's for Ocata-3 release
This patch includes a SHA update.

For now we are leaving the ceilometer SHA pinned, and there are pending
items to still go in.

Change-Id: I52831c5e02fbf6faf51714f57982aed41a315e2a
2017-01-27 01:56:10 +00:00

13 lines
478 B
YAML

---
features:
- Specify the ``gnocchi_auth_mode`` var to set the
``auth_mode`` for gnocchi. This defaults to ``basic``
which has changed from ``noauth`` to match upstream.
If ``gnocchi_keystone_auth`` is ``true`` or ``yes``
this value will default to ``keystone``.
deprecations:
- The ``gnocchi_keystone_auth`` is deprecated, and
will be removed in the ``Queen`` cycle. Setting
``gnocchi_auth_mode`` to ``keystone`` will achieve
the same result.