diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-18 13:06:28 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-18 13:09:07 -0600 |
commit | 09716480784cf8e5402570a94d442d084bc20602 (patch) | |
tree | da41f127629c36f1c5a5b5eeecb9f99ec1c97d96 /sys-cluster | |
parent | dev-python/ovsdbapp: cleanup (diff) | |
download | gentoo-09716480784cf8e5402570a94d442d084bc20602.tar.gz gentoo-09716480784cf8e5402570a94d442d084bc20602.tar.bz2 gentoo-09716480784cf8e5402570a94d442d084bc20602.zip |
sys-cluster/openstack-meta: don't hard track on versions
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openstack-meta/metadata.xml | 2 | ||||
-rw-r--r-- | sys-cluster/openstack-meta/openstack-meta-2019.2.2.ebuild | 21 |
2 files changed, 15 insertions, 8 deletions
diff --git a/sys-cluster/openstack-meta/metadata.xml b/sys-cluster/openstack-meta/metadata.xml index 57f3985438c1..d2ce7526d7e1 100644 --- a/sys-cluster/openstack-meta/metadata.xml +++ b/sys-cluster/openstack-meta/metadata.xml @@ -6,7 +6,7 @@ <name>Matthew Thode</name> </maintainer> <longdescription lang="en"> - An openstack meta package to allow for easier installation of openstack. + An openstack meta package to allow for easier installation of openstack services. </longdescription> <use> <flag name="keystone">Installs Openstack Keystone</flag> diff --git a/sys-cluster/openstack-meta/openstack-meta-2019.2.2.ebuild b/sys-cluster/openstack-meta/openstack-meta-2019.2.2.ebuild index 135d73ac37cc..2fcebd4b1a30 100644 --- a/sys-cluster/openstack-meta/openstack-meta-2019.2.2.ebuild +++ b/sys-cluster/openstack-meta/openstack-meta-2019.2.2.ebuild @@ -16,12 +16,19 @@ fi DEPEND="" RDEPEND=" - keystone? ( ~sys-auth/keystone-16.0.0 ) + keystone? ( >=sys-auth/keystone-16.0.0 + <sys-auth/keystone-17 ) swift? ( ~sys-cluster/swift-2.23.1 ) - neutron? ( ~sys-cluster/neutron-15.0.0 ) - glance? ( ~app-admin/glance-19.0.0 ) - cinder? ( ~sys-cluster/cinder-15.0.1 ) - nova? ( ~sys-cluster/nova-20.0.1 ) - heat? ( ~sys-cluster/heat-13.0.0 ) - placement? ( ~sys-cluster/placement-2.0.0 ) + neutron? ( >=sys-cluster/neutron-15.0.0 + <sys-cluster/neutron-16 ) + glance? ( >=app-admin/glance-19.0.0 + <app-admin/glance-20 ) + cinder? ( >=sys-cluster/cinder-15.0.0 + <sys-cluster/cinder-16 ) + nova? ( >=sys-cluster/nova-20.0.0 + <sys-cluster/nova-21 ) + heat? ( >=sys-cluster/heat-13.0.0 + <sys-cluster/heat-14 ) + placement? ( >=sys-cluster/placement-2.0.0 + <sys-cluster/placement-3 ) " |