Finish off removing Congress

Change-Id: I0ebd68f0f5bcd989ddd1ffc6a85fed6c8a11ff6d
This commit is contained in:
Mark Goddard 2020-10-09 16:33:37 +01:00
parent 524a821577
commit 56ae0cf22c
4 changed files with 0 additions and 12 deletions

View File

@ -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

1 Image,CentOS,,Ubuntu,,Debian
10 cinder,C,C,C,C,N,C
11 cloudkitty,C,C,N,C,N,C
12 collectd,C,C,C,C,N,C
congress,C,C,N,C,N,C
13 cron,C,C,C,C,N,C
14 cyborg,N,C,N,C,N,C
15 designate,C,C,C,C,N,C

View File

@ -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

1 Image,CentOS,,Ubuntu,,Debian
10 cinder,C,T,C,T,C,C
11 cloudkitty,C,C,N,C,N,C
12 collectd,C,C,C,C,C,C
congress,C,C,N,C,C,C
13 cron,T,T,T,T,C,T
14 cyborg,N,C,N,C,N,C
15 designate,C,C,C,C,C,C

View File

@ -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/'

View File

@ -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',