Change repository from stackforge to openstack
Heading in Hacking file is corrected Change-Id: Ib44d70c08519cf28d0fa9cfab92e31ae2ecefffa
This commit is contained in:
parent
acf03a21cf
commit
c547bd30a1
@ -1,4 +1,5 @@
|
|||||||
|
=======================
|
||||||
vmtp Style Commandments
|
vmtp Style Commandments
|
||||||
===============================================
|
=======================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
||||||
|
@ -63,8 +63,8 @@ Create a virtual environment for Python, and install VMTP:
|
|||||||
|
|
||||||
.. _git_installation:
|
.. _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.
|
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
|
$ # create a virtual environment
|
||||||
$ virtualenv ./vmtpenv
|
$ virtualenv ./vmtpenv
|
||||||
$ source ./vmtpenv/bin/activate
|
$ source ./vmtpenv/bin/activate
|
||||||
$ git clone git://git.openstack.org/stackforge/vmtp
|
$ git clone git://git.openstack.org/openstack/vmtp
|
||||||
$ cd vmtp
|
$ cd vmtp
|
||||||
$ pip install -r requirements-dev.txt
|
$ pip install -r requirements-dev.txt
|
||||||
$ cd vmtp
|
$ cd vmtp
|
||||||
@ -95,7 +95,7 @@ Super quick installation on RHEL/CentOS
|
|||||||
$ # create a virtual environment
|
$ # create a virtual environment
|
||||||
$ virtualenv ./vmtpenv
|
$ virtualenv ./vmtpenv
|
||||||
$ source ./vmtpenv/bin/activate
|
$ source ./vmtpenv/bin/activate
|
||||||
$ git clone git://git.openstack.org/stackforge/vmtp
|
$ git clone git://git.openstack.org/openstack/vmtp
|
||||||
$ cd vmtp
|
$ cd vmtp
|
||||||
$ pip install -r requirements-dev.txt
|
$ pip install -r requirements-dev.txt
|
||||||
$ cd vmtp
|
$ cd vmtp
|
||||||
@ -120,7 +120,7 @@ First, download XCode from App Store, then execute below commands:
|
|||||||
$ # create a virtual environment
|
$ # create a virtual environment
|
||||||
$ virtualenv ./vmtpenv
|
$ virtualenv ./vmtpenv
|
||||||
$ source ./vmtpenv/bin/activate
|
$ source ./vmtpenv/bin/activate
|
||||||
$ git clone git://git.openstack.org/stackforge/vmtp
|
$ git clone git://git.openstack.org/openstack/vmtp
|
||||||
$ cd vmtp
|
$ cd vmtp
|
||||||
$ pip install -r requirements-dev.txt
|
$ pip install -r requirements-dev.txt
|
||||||
$ cd vmtp
|
$ cd vmtp
|
||||||
|
@ -27,7 +27,3 @@ To summarize:
|
|||||||
|
|
||||||
In any case make sure you specify the correct username.
|
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.
|
If there is a problem, you should see an error message and stack trace after the SSH library times out.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user