From 7d42e2a2e5417d75a354b4bd3d5814b8903f4715 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 26 Feb 2018 09:54:47 -0500 Subject: [PATCH] Update some nova driver contacts This is just updating some of the nova driver contacts to replace people no longer working on these drivers. For ironic and the kvm/qemu/lxc ones, those don't have specific owners, they are a team so I've adjusted accordingly. There is a questionable gap in CI coverage (we don't actually test with KVM nor LXC), and release support (not sure how that is determined or updated), but I don't plan on dealing with those here. Change-Id: I3dc384d4f78a4afe612e7f8e74449e7d1b1c6fbc --- etc/default_data.json | 37 ++++++++++++++++++------------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/etc/default_data.json b/etc/default_data.json index 0b01dd2..9fdf9ac 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -5327,10 +5327,9 @@ "description": "Compute driver for Ironic (Bare Metal Provisioning) program, enabling Nova to provision physical machines. Built during Icehouse within the Ironic tree, it was moved to Nova's tree during Juno.", "maintainers": [ { - "name": "Devananda van der Veen", - "email": "devananda.vdv@gmail.com", - "launchpad_id": "devananda", - "irc": "devananda" + "name": "Ironic team", + "email": "openstack-dev@lists.openstack.org", + "irc": "#openstack-ironic" } ], "ci": { @@ -5353,9 +5352,9 @@ "description": "KVM is configured as the default hypervisor for Compute.", "maintainers": [ { - "name": "Michael Still", - "email": "mikal@stillhq.com", - "launchpad_id": "milakstill" + "name": "Nova team", + "email": "openstack-dev@lists.openstack.org", + "irc": "#openstack-nova" } ], "ci": { @@ -5386,9 +5385,9 @@ "description": "LXC (Linux containers) is a virtualization technology that works at the operating system level. LXC (as currently implemented using libvirt in the Compute service) is not a secure virtualization technology for multi-tenant environments.", "maintainers": [ { - "name": "Michael Still", - "email": "mikal@stillhq.com", - "launchpad_id": "milakstill" + "name": "Nova team", + "email": "openstack-dev@lists.openstack.org", + "irc": "#openstack-nova" } ], "releases": [ @@ -5414,9 +5413,9 @@ "description": "From the perspective of the Compute service, the QEMU hypervisor is very similar to the KVM hypervisor. The main difference is that QEMU does not support native virtualization.", "maintainers": [ { - "name": "Michael Still", - "email": "mikal@stillhq.com", - "launchpad_id": "milakstill" + "name": "Nova team", + "email": "openstack-dev@lists.openstack.org", + "irc": "#openstack-nova" } ], "wiki": "http://docs.openstack.org/juno/config-reference/content/qemu.html", @@ -5447,9 +5446,10 @@ "description": "XenAPI compute driver connects to XenServer hypervisors via XenAPI. Used to power Rackspace Cloud Servers (Public Cloud).", "maintainers": [ { - "name": "Michael Still", - "email": "mikal@stillhq.com", - "launchpad_id": "milakstill" + "name": "Bob Ball", + "email": "openstack@citrix.com", + "launchpad_id": "bob-ball", + "irc": "BobBall" } ], "wiki": "http://docs.openstack.org/juno/config-reference/content/introduction-to-xen.html", @@ -5480,9 +5480,8 @@ "description": "Support for the Xen hypervisor when used with libvirt.", "maintainers": [ { - "name": "Michael Still", - "email": "mikal@stillhq.com", - "launchpad_id": "milakstill" + "name": "Anthony Perard", + "launchpad_id": "anthony-perard" } ], "wiki": "http://docs.openstack.org/havana/config-reference/content/introduction-to-xen.html",