--- upgrade: - | Use of the role name in jinja2 tripleo heat templates has been replaced with the use of role tags. Users of custom role data should update the tags for their custom roles data file adding the relevant tags. The following tag should be added, depending on the role: * **Compute** roles: add the ``compute`` tag. * **HciCeph** roles: add the ``compute`` tag. * **DistributedCompute** roles: add the ``compute`` tag. * **Ceph** roles: add the ``ceph`` and ``storage`` tag. * **ObjectStorage** roles: add the ``storage`` tag. * **BlockStorage** roles: add the ``storage`` tag. * **ComputeOvsDpdk** roles: add the ``ovsdpdk`` tag. deprecations: - | Use of the role name in jinja2 tripleo heat templates has been replaced with the use of role tags. By using tags the role name become truly customizable. To keep backward compatiblity tags will be added automatically to roles based on the role name until the next release.