gentoo-overlay/sys-cluster/neutron/metadata.xml

25 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>openstack</herd>
<maintainer>
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</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="dhcp">Installs the initscripts for the neutron dhcp service</flag>
<flag name="l3">Installs the initscripts for the neutron l3 service</flag>
<flag name="metadata">Installs the initscripts for the neutron metadata service</flag>
<flag name="openvswitch">Installs the initscripts for the neutron openvswitch service</flag>
<flag name="server">Installs the initscripts for the neutron server service</flag>
</use>
</pkgmetadata>