blob: 4388df02aa5d6f434697fe77c82741002525550b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<longdescription lang="en">
Cinder is the OpenStack Block storage service.
This is a spin out of nova-volumes.
</longdescription>
<use>
<flag name="api">Installs the initscripts for the cinder api service</flag>
<flag name="scheduler">Installs the initscripts for the cinder scheduler service</flag>
<flag name="volume">Installs the initscripts for the cinder volume service</flag>
</use>
</pkgmetadata>
|