python-keystoneclient/releasenotes/notes/remove-credentials-data-46ab3c3c248047cf.yaml
Samuel de Medeiros Queiroz 15869f4a58 Remove deprecated 'data' credential argument
The 'data' argument was deprecated in the 1.7.0 release
and should have been removed in the 2.0.0 release. It has
been replaced by the 'blob' argument.

Related-Bug: 1259461

Change-Id: I762f46f605a65abe73547ad6e522c54b1cc3aac6
2016-08-09 10:31:44 -03:00

9 lines
264 B
YAML

---
prelude: >
The ``data`` argument for creating and updating credentials has
been removed.
other:
- The ``data`` argument for creating and updating credentials was
deprecated in the 1.7.0 release. It has been replaced by the
``blob`` argument.