From 56ae0cf22c14b52c42c6582e723c82a8147982f9 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 9 Oct 2020 16:33:37 +0100 Subject: [PATCH] Finish off removing Congress Change-Id: I0ebd68f0f5bcd989ddd1ffc6a85fed6c8a11ff6d --- doc/source/matrix_aarch64.csv | 1 - doc/source/matrix_x86.csv | 1 - kolla/common/config.py | 8 -------- tools/version-check.py | 2 -- 4 files changed, 12 deletions(-) diff --git a/doc/source/matrix_aarch64.csv b/doc/source/matrix_aarch64.csv index c90ea926c4..f26dd48c2b 100644 --- a/doc/source/matrix_aarch64.csv +++ b/doc/source/matrix_aarch64.csv @@ -10,7 +10,6 @@ chrony,C,C,C,C,N,C cinder,C,C,C,C,N,C cloudkitty,C,C,N,C,N,C collectd,C,C,C,C,N,C -congress,C,C,N,C,N,C cron,C,C,C,C,N,C cyborg,N,C,N,C,N,C designate,C,C,C,C,N,C diff --git a/doc/source/matrix_x86.csv b/doc/source/matrix_x86.csv index 4e6836fdb8..91de1865c6 100644 --- a/doc/source/matrix_x86.csv +++ b/doc/source/matrix_x86.csv @@ -10,7 +10,6 @@ chrony,T,T,T,T,C,T cinder,C,T,C,T,C,C cloudkitty,C,C,N,C,N,C collectd,C,C,C,C,C,C -congress,C,C,N,C,C,C cron,T,T,T,T,C,T cyborg,N,C,N,C,N,C designate,C,C,C,C,C,C diff --git a/kolla/common/config.py b/kolla/common/config.py index 243bf1b002..5c029de312 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -363,10 +363,6 @@ SOURCES = { 'type': 'url', 'location': ('$tarballs_base/openstack/blazar-dashboard/' 'blazar-dashboard-${openstack_branch}.tar.gz')}, - 'horizon-plugin-congress-dashboard': { - 'type': 'url', - 'location': ('$tarballs_base/openstack/congress-dashboard/' - 'congress-dashboard-${openstack_branch}.tar.gz')}, 'horizon-plugin-cloudkitty-dashboard': { 'type': 'url', 'location': ('$tarballs_base/openstack/cloudkitty-dashboard/' @@ -648,10 +644,6 @@ SOURCES = { 'type': 'url', 'location': ('$tarballs_base/openstack/cinder-tempest-plugin/' 'cinder-tempest-plugin-master.tar.gz')}, - 'tempest-plugin-congress': { - 'type': 'url', - 'location': ('$tarballs_base/openstack/congress-tempest-plugin/' - 'congress-tempest-plugin-master.tar.gz')}, 'tempest-plugin-ec2api': { 'type': 'url', 'location': ('$tarballs_base/openstack/ec2api-tempest-plugin/' diff --git a/tools/version-check.py b/tools/version-check.py index d8b654dee3..68465a1886 100755 --- a/tools/version-check.py +++ b/tools/version-check.py @@ -55,7 +55,6 @@ ALWAYS_USE_VERSION_PROJECTS = { 'barbican_tempest_plugin', 'blazar_tempest_plugin', 'cinder-tempest-plugin', - 'congress-tempest-plugin', 'ec2api-tempest-plugin', 'heat-tempest-plugin', 'ironic-tempest-plugin', @@ -83,7 +82,6 @@ ALWAYS_USE_VERSION_PROJECTS = { # column) and other for branch tarballs RENAME_PROJECTS = { 'kuryr-lib': 'kuryr', - 'openstack-congress': 'congress', 'openstack-cyborg': 'cyborg', 'openstack-heat': 'heat', 'openstack-placement': 'placement',