Merge "Add rust-vmm OpenDev ML"

This commit is contained in:
Zuul 2018-12-14 20:13:27 +00:00 committed by Gerrit Code Review
commit c5dba5e53f
1 changed files with 8 additions and 0 deletions

View File

@ -475,4 +475,12 @@ class openstack_project::lists(
password => $listpassword,
description => 'The mailman site list',
}
mailman_list { 'rust-vmm@opendev':
require => Mailman::Site['opendev'],
ensure => present,
admin => 'claire@openstack.org',
password => $listpassword,
description => 'Collaborating on Rust-based virtual machine monitors.',
}
}