Merge "Add mailing list for API Users and SDK authors"
This commit is contained in:
commit
a22e4d3751
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user