
Before this update the Modulefile was not following semver in relation to stable/havana, and the README files were not in sync. This update introduces proper semver and consistency. Change-Id: Iab887df029af31f361a6c56ec49931808d1aa464
16 lines
626 B
Puppet
16 lines
626 B
Puppet
name 'puppetlabs-cinder'
|
|
version '4.0.0-devel'
|
|
source 'https://github.com/stackforge/puppet-cinder'
|
|
author 'Puppet Labs'
|
|
license 'Apache License 2.0'
|
|
summary 'Puppet Labs Cinder Module'
|
|
description 'Puppet module to install and configure the Openstack Cinder block storage service'
|
|
project_page 'https://launchpad.net/puppet-cinder'
|
|
|
|
dependency 'dprince/qpid', '>=1.0.0 <2.0.0'
|
|
dependency 'puppetlabs/inifile', '>=1.0.0 <2.0.0'
|
|
dependency 'puppetlabs/keystone', '>=4.0.0 <5.0.0'
|
|
dependency 'puppetlabs/mysql', '>=0.9.0 <1.0.0'
|
|
dependency 'puppetlabs/rabbitmq', '>=2.0.2 <3.0.0'
|
|
dependency 'puppetlabs/stdlib', '>=3.2.0'
|