Files
puppet-nova/Modulefile
Chris Hoge 4622537c7d Updated to match semver and release notes.
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: If4f653a5288b9cca42eb45f5dbd057fd01313a81
2014-03-28 09:56:44 -07:00

20 lines
784 B
Puppet

name 'puppetlabs-nova'
version '4.0.0-devel'
source 'https://github.com/stackforge/puppet-nova'
author 'Puppet Labs'
license 'Apache License 2.0'
summary 'Puppet Labs Nova Module'
description 'Puppet module to install and configure the OpenStack Nova compute service'
project_page 'https://launchpad.net/puppet-nova'
## Add dependencies, if any:
dependency 'dprince/qpid', '>= 1.0.0 <2.0.0'
dependency 'duritong/sysctl', '>=0.0.1 <1.0.0'
dependency 'puppetlabs/cinder', '>=4.0.0 <5.0.0'
dependency 'puppetlabs/glance', '>=4.0.0 <5.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'