From d9fa85629a8c50ec84c6a2e6268c085a64791fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Mon, 20 Jan 2020 10:57:57 +0100 Subject: [PATCH] Add note about vmware-nsx to version-check Change-Id: Ie136940c883b15a082e0f538a1c46134edbb10cc --- tools/version-check.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/version-check.py b/tools/version-check.py index b0d7638d36..7f4204439e 100755 --- a/tools/version-check.py +++ b/tools/version-check.py @@ -42,6 +42,10 @@ TARGET = '.releases' SKIP_PROJECTS = { 'gnocchi-base': 'Gnocchi is not managed by openstack/releases project', 'monasca-thresh': 'Package not published in tarballs.openstack.org', + 'neutron-base-plugin-vmware-nsx': 'vmware-nsx is not managed by ' + 'openstack/releases project (need to ' + 'check PyPI, they sync major versions ' + 'with neutron)', 'rally': 'Rally is not managed by openstack/releases project', }