Fix paths

* The README.md file now points to gh/stackforge/puppet-openstack
	* Changed the module name to reflect the repo name
	* Update the howto on contributing code

Change-Id: Icd0a99b05a48e543df25d23ae59340e270500709
This commit is contained in:
Jan Weiher
2013-04-24 10:10:45 +02:00
parent f6164b5b2f
commit e0d1225906
2 changed files with 7 additions and 9 deletions

View File

@@ -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'

View File

@@ -150,7 +150,7 @@ These modules are based on the [openstack documentation](http://docs.openstack.o
contributors):
cd <module_path>
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: