From c547bd30a11b54c8ff41ea350c59617dee8343eb Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sun, 18 Oct 2015 23:57:34 +0530 Subject: [PATCH] Change repository from stackforge to openstack Heading in Hacking file is corrected Change-Id: Ib44d70c08519cf28d0fa9cfab92e31ae2ecefffa --- HACKING.rst | 3 ++- doc/source/installation.rst | 10 +++++----- doc/source/setup.rst | 4 ---- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 4f2031d..4cbe793 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,5 @@ +======================= vmtp Style Commandments -=============================================== +======================= Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ diff --git a/doc/source/installation.rst b/doc/source/installation.rst index bce12cd..fa0af11 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -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 diff --git a/doc/source/setup.rst b/doc/source/setup.rst index 3edfea9..3f3b9bd 100644 --- a/doc/source/setup.rst +++ b/doc/source/setup.rst @@ -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. - - - -