Files
guru/sys-cluster/neutron/metadata.xml
Alessandro Barbieri 2d3969d4bb */*: take maintainership WIP
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-06-25 09:00:08 +02:00

31 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<longdescription lang="en">
Just like OpenStack Nova provides an API to dynamically request and
configure virtual servers, Neutron provides an API to dynamically request
and configure virtual networks. These networks connect "interfaces" from
other OpenStack services (e.g., vNICs from Nova VMs). The Neutron API
supports extensions to provide advanced network capabilities
(e.g., QoS, ACLs, network monitoring, etc).
</longdescription>
<use>
<flag name="compute-only">Only install things needed on compute hosts</flag>
<flag name="dhcp">Installs the initscripts for the neutron dhcp service</flag>
<flag name="haproxy">haproxy backend support</flag>
<flag name="l3">Installs the initscripts for the neutron l3 agent service</flag>
<flag name="metadata">Installs the initscripts for the neutron metadata agent service</flag>
<flag name="openvswitch">Installs the initscripts for the neutron openvswitch agent service</flag>
<flag name="linuxbridge">Installs the initscripts for the neutron linuxbridge agent service</flag>
<flag name="server">Installs the initscripts for the neutron server service</flag>
</use>
<upstream>
<remote-id type="launchpad">neutron</remote-id>
</upstream>
</pkgmetadata>