diff --git a/modules/openstack_project/manifests/lists.pp b/modules/openstack_project/manifests/lists.pp index 1d6bdd2614..b28873fb47 100644 --- a/modules/openstack_project/manifests/lists.pp +++ b/modules/openstack_project/manifests/lists.pp @@ -269,6 +269,15 @@ class openstack_project::lists( mailserver => $listdomain, } + maillist { 'openstack-api-consumers': + ensure => present, + admin => 'mordred@inaugust.com', + password => $listpassword, + description => 'Discussions around consuming the OpenStack REST APIs and development of API-consuming SDKs and frameworks', + webserver => $listdomain, + mailserver => $listdomain, + } + maillist { 'enterprise-wg': ensure => present, admin => 'carol.l.barrett@intel.com',