summaryrefslogtreecommitdiff
blob: a9add7794d42b42b4a0427e03e9141bd04a7714f (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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="compute-only">Only install things needed on compute hosts</flag>
    <flag name="dhcp">Installs the initscripts for the neutron dhcp service</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>