blob: 43e1fe0c68e5a120a06c8d11b0d42ceae83bd26b (
plain)
1
2
3
4
5
6
7
8
9
10
|
DEFINED_PHASES=-
DESCRIPTION=A openstack meta-package for installing the various openstack pieces
EAPI=6
HOMEPAGE=https://openstack.org
IUSE=cinder glance heat keystone neutron nova swift
LICENSE=Apache-2.0
RDEPEND=keystone? ( ~sys-auth/keystone-2016.2.9999 ) swift? ( || ( ~sys-cluster/swift-2.9.0 ~sys-cluster/swift-2.10.0 ) ) neutron? ( ~sys-cluster/neutron-2016.2.9999 ) glance? ( ~app-admin/glance-2016.2.9999 ) cinder? ( ~sys-cluster/cinder-2016.2.9999 ) nova? ( ~sys-cluster/nova-2016.2.9999 ) heat? ( ~sys-cluster/heat-2016.2.9999 )
SLOT=0
_eclass_exported_funcs=-
_md5_=abff296e9ad2ceb7fb30fcaef08a2816
|