Clean up two retired mailing lists

The enterprise-wg and product-wg lists were deleted from the
openstack site per the announcement[*] on 2022-02-01, but I
neglected to push a change to remove them from our configuration
management, so Ansible helpfully recreated them for me. Clean this
up so I can re-remove the lists once and for all.

[*] http://lists.openinfra.dev/pipermail/foundation/2022-February/003048.html

Change-Id: Iddcb5cbac68d426e0ad13dd41541ad1371366bb1
This commit is contained in:
Jeremy Stanley 2022-02-24 19:29:17 +00:00
parent 111f552038
commit 9a25740961

View File

@ -304,14 +304,6 @@ mailman_sites:
description: 'Discussions around consuming the OpenStack REST APIs and development of API-consuming SDKs and frameworks'
admin: 'mordred@inaugust.com'
password: "{{ mailman_list_password }}"
- name: enterprise-wg
description: 'Collaboration workspace for members of the Win The Enterprise Working Group of the User Commitee/Board.'
admin: 'carol.l.barrett@intel.com'
password: "{{ mailman_list_password }}"
- name: product-wg
description: 'Collaboration workspace for OpenStack-related Product Managers working group.'
admin: 'stefano@openstack.org'
password: "{{ mailman_list_password }}"
- name: third-party-announce
description: 'Announcements for third party CI operators.'
admin: 'anteaya@anteaya.info'