diff --git a/Modulefile b/Modulefile index ea6095b..242832c 100644 --- a/Modulefile +++ b/Modulefile @@ -1,11 +1,11 @@ -name 'puppetlabs-openstack' +name 'puppet-openstack' version '1.0.3' -source 'https://github.com/puppetlabs/puppetlabs-openstack' +source 'https://github.com/stackforge/puppet-openstack' author 'Puppet Labs' license 'Apache License 2.0' summary 'Puppet Labs Openstack Module for folsom' description 'Module to install common openstack-essex configurations using puppet' -project_page 'https://github.com/puppetlabs/puppetlabs-openstack' +project_page 'https://github.com/stackforge/puppet-openstack' dependency 'puppetlabs/glance', '>= 1.0.0' dependency 'puppetlabs/horizon', '>= 1.0.0' diff --git a/README.md b/README.md index a37895a..578e7c7 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ These modules are based on the [openstack documentation](http://docs.openstack.o contributors): cd - git clone git://github.com/puppetlabs/puppetlabs-openstack openstack + git clone git://github.com/stackforge/puppet-openstack openstack cd openstack rake modules:clone @@ -544,11 +544,9 @@ Issues should be opened here: The process for contributing code is as follows: -* fork the projects in github -* submit pull requests to the projects containing code contributions - - rspec tests are preferred but not required with initial pull requests. - I am happy to work with folks to help them get then up and going with - rspec-puppet. +* stackforge/puppet-openstack uses Gerrit for code review. +* Please visit http://wiki.openstack.org/GerritWorkflow and follow the instructions there to upload your change to Gerrit. +* Please add rspec tests for your code if applicable ## Future features: