Merge "Rename stackforge to openstack"

This commit is contained in:
Jenkins
2016-01-05 12:41:48 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ options have yet to be added.
## Installation of packstack: ## Installation of packstack:
$ yum install -y git $ yum install -y git
$ git clone git://github.com/stackforge/packstack.git $ git clone git://github.com/openstack/packstack.git
$ cd packstack && sudo python setup.py install $ cd packstack && sudo python setup.py install
## Installation of openstack-puppet-modules (REQUIRED if running packstack from source): ## Installation of openstack-puppet-modules (REQUIRED if running packstack from source):
@@ -131,7 +131,7 @@ entirely straightforward:
Then we get **Packstack**, and perform a similar dance: Then we get **Packstack**, and perform a similar dance:
$ yum install -y python-crypto python-devel libffi-devel openssl-devel gcc-c++ $ yum install -y python-crypto python-devel libffi-devel openssl-devel gcc-c++
$ git clone https://github.com/stackforge/packstack $ git clone https://github.com/openstack/packstack
$ cd packstack $ cd packstack
$ python setup.py develop $ python setup.py develop
$ cd /usr/share/openstack-puppet/modules $ cd /usr/share/openstack-puppet/modules

View File

@@ -1135,5 +1135,5 @@ GlusterNFS configuration info
SOURCE SOURCE
====== ======
* `packstack https://github.com/stackforge/packstack` * `packstack https://github.com/openstack/packstack`
* `puppet modules https://github.com/puppetlabs and https://github.com/packstack` * `puppet modules https://github.com/puppetlabs and https://github.com/packstack`

View File

@@ -98,7 +98,7 @@ setup(
description=("A utility to install OpenStack"), description=("A utility to install OpenStack"),
license="ASL 2.0", license="ASL 2.0",
keywords="openstack", keywords="openstack",
url="https://github.com/stackforge/packstack", url="https://github.com/openstack/packstack",
packages=find_packages('.') + ['docs'], packages=find_packages('.') + ['docs'],
package_data={'docs': ['docs/packstack.rst']}, package_data={'docs': ['docs/packstack.rst']},
include_package_data=True, include_package_data=True,