Migrate backporting page from wiki

Change-Id: I9ce146e128bb0c40a809652494118f0e15c0fc8c
This commit is contained in:
Juan Antonio Osorio Robles 2016-04-28 22:46:18 +03:00
parent c308a4d9b0
commit 04c15c1c13
2 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,26 @@
Backporting
===========
This page documents 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.

View file

@ -12,6 +12,7 @@ OpenStack cloud deployments.
deploy
contribute
new-module
backporting
community
mailing-list