summaryrefslogtreecommitdiff
blob: 22abebfb45e4d2d8455cf99e1cfbe731578b49c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>prometheanfire@gentoo.org</email>
    <name>Matthew Thode</name>
  </maintainer>
  <maintainer type="project">
    <email>openstack@gentoo.org</email>
    <name>Openstack</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>