skip branch validation for puppet-pacemaker

The puppet-pacemaker releases track upstream versions and aren't tied to
OpenStack release cycles.

Change-Id: Ia5fff2744aaed4f9514709f9e2cd93ef9363f484
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-05-24 14:44:06 -04:00
parent ce7e5e85c5
commit 7adf65a1aa
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ _VALID_BRANCH_PREFIXES = set([
_NO_STABLE_BRANCH_CHECK = set([
'gnocchi',
'rally',
'puppet-pacemaker', # tracks upstream version
])
_PLEASE = ('It is too expensive to determine this value during '
'the site build, please set it explicitly.')