diff --git a/openstack_releases/cmds/validate.py b/openstack_releases/cmds/validate.py index bb3f7e4b0b..3b171e2d1c 100644 --- a/openstack_releases/cmds/validate.py +++ b/openstack_releases/cmds/validate.py @@ -12,9 +12,7 @@ # License for the specific language governing permissions and limitations # under the License. -"""Try to verify that the latest commit contains valid SHA values. - -""" +"""Try to verify that the latest commit contains valid SHA values.""" import argparse import atexit @@ -66,6 +64,10 @@ _CLOSED_SERIES = set([ 'kilo', 'liberty', 'mitaka', + 'newton', + 'ocata', + 'pike', + 'queens', ]) _USES_PREVER = set([