Change repository from stackforge to openstack

Heading in Hacking file is corrected

Change-Id: Ib44d70c08519cf28d0fa9cfab92e31ae2ecefffa
This commit is contained in:
venkatamahesh 2015-10-18 23:57:34 +05:30
parent acf03a21cf
commit c547bd30a1
3 changed files with 7 additions and 10 deletions

View File

@ -1,4 +1,5 @@
=======================
vmtp Style Commandments
===============================================
=======================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

View File

@ -63,8 +63,8 @@ Create a virtual environment for Python, and install VMTP:
.. _git_installation:
GitHub/StackForge Repository based Installation
-----------------------------------------------
GitHub/OpenStack Repository based Installation
----------------------------------------------
It is recommended to run VMTP inside a virtual environment. However, it can be skipped if installed in a dedicated VM.
@ -79,7 +79,7 @@ Super quick installation on Ubuntu/Debian
$ # create a virtual environment
$ virtualenv ./vmtpenv
$ source ./vmtpenv/bin/activate
$ git clone git://git.openstack.org/stackforge/vmtp
$ git clone git://git.openstack.org/openstack/vmtp
$ cd vmtp
$ pip install -r requirements-dev.txt
$ cd vmtp
@ -95,7 +95,7 @@ Super quick installation on RHEL/CentOS
$ # create a virtual environment
$ virtualenv ./vmtpenv
$ source ./vmtpenv/bin/activate
$ git clone git://git.openstack.org/stackforge/vmtp
$ git clone git://git.openstack.org/openstack/vmtp
$ cd vmtp
$ pip install -r requirements-dev.txt
$ cd vmtp
@ -120,7 +120,7 @@ First, download XCode from App Store, then execute below commands:
$ # create a virtual environment
$ virtualenv ./vmtpenv
$ source ./vmtpenv/bin/activate
$ git clone git://git.openstack.org/stackforge/vmtp
$ git clone git://git.openstack.org/openstack/vmtp
$ cd vmtp
$ pip install -r requirements-dev.txt
$ cd vmtp

View File

@ -27,7 +27,3 @@ To summarize:
In any case make sure you specify the correct username.
If there is a problem, you should see an error message and stack trace after the SSH library times out.