5767e08d45
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: I32c05030922c71e982e79fef2e87688cb882f9ae
17 lines
735 B
Puppet
17 lines
735 B
Puppet
name 'puppetlabs-neutron'
|
|
version '4.0.0-devel'
|
|
|
|
author 'Joe Topjian,Endre Karlson,Emilien Macchi,Dan Bode,Dmitry Ukov,Edgar Magana,Robert Starmer,Ian Wells,Daneyon Hansen'
|
|
license 'Apache License 2.0'
|
|
project_page 'https://launchpad.net/puppet-neutron'
|
|
source 'https://github.com/stackforge/puppet-neutron'
|
|
summary 'Puppet module for OpenStack Neutron'
|
|
description 'Puppet module to install and configure the OpenStack network service, Neutron'
|
|
|
|
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/nova', '>=4.0.0 <5.0.0'
|
|
dependency 'puppetlabs/stdlib', '>=3.2.0'
|
|
dependency 'puppetlabs/vswitch', '>=0.2.0 <1.0.0'
|