Files
puppet-openstack-guide/doc/source/contributor/backporting.rst
Alex Schultz 48e0ef86bf Update docs structure
The upstream docs structure is changing, so this change updates our
existing docs into contributor and install guide sections.

Change-Id: I70bd519f3be74513a5f99f7b94719d7c07424a5b
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
2017-06-23 15:41:33 -06:00

783 B

Backporting

This page documents the Puppet OpenStack backport policy.

Can be backported

  • Critical and High bugs fixes, if reported in Launchpad.
  • Features if they don't change anything in the stable interface and only if backward compatibility is fully respected. Also if the feature works for the OpenStack release where it's backported to.

Cannot be backported

  • Medium and Low bug fixes
  • Features that break backward compatibility or change the existing interface (default values or name of parameters).

Merge Conflict

  • Explain in commit message what is conflicting and how it's resolved.
  • Document the changes between master and stable branches in the code or in the commit message.