mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-19 16:57:28 -08:00
20 lines
809 B
XML
20 lines
809 B
XML
<?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">
|
|
This is an OpenStackClient plugin, that provides CLI for the Placement service. Python API binding is not implemented - Placement API consumers are encouraged to use the REST API directly, CLI is provided only for convenience of users.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">osc-placement</remote-id>
|
|
<remote-id type="github">openstack/osc-placement</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|