summaryrefslogtreecommitdiff
blob: e0397817f1d3acda2701b05351ecbb7b9e999f8b (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
<?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">
    Nova is a cloud computing fabric controller
	(the main part of an IaaS system). It is written in Python.
  </longdescription>
  <use>
    <flag name="api">Installs the initscripts for the nova api service</flag>
    <flag name="cert">Installs the initscripts for the nova scheduler service</flag>
    <flag name="compute">Installs the initscripts for the nova volume service</flag>
    <flag name="conductor">Installs the initscripts for the nova conductor service</flag>
    <flag name="consoleauth">Installs the initscripts for the nova consoleauth service</flag>
    <flag name="kvm">qemu-kvm hypervisor support</flag>
    <flag name="network">Installs the initscripts for the nova network service</flag>
    <flag name="novncproxy">Installs the initscripts for the nova novncproxy service</flag>
    <flag name="scheduler">Installs the initscripts for the nova scheduler service</flag>
    <flag name="spicehtml5proxy">Installs the initscripts for the nova spicehtml5proxy service</flag>
    <flag name="xen">xen hypervisor support</flag>
    <flag name="xvpvncproxy">Installs the initscripts for the nova xvpvncproxy service</flag>
  </use>
</pkgmetadata>