Change the repositories from stackforge to openstack

modified the steps in devstack/README.rst

Change-Id: I7e1ed4a5304bb87447c0faeea938103ef06468e9
This commit is contained in:
venkatamahesh 2015-10-18 16:14:45 +05:30
parent 658bcca872
commit 1f995c2b00
4 changed files with 15 additions and 17 deletions

View File

@ -43,8 +43,8 @@ Launchpad Projects
Code Repository
---------------
- Server: https://git.openstack.org/cgit/stackforge/senlin
- Client: https://git.openstack.org/cgit/stackforge/python-senlinclient
- Server: https://git.openstack.org/cgit/openstack/senlin
- Client: https://git.openstack.org/cgit/openstack/python-senlinclient
Blueprints
----------

View File

@ -1,17 +1,15 @@
====================
Devstack Integration
====================
===========================
Enabling senlin in DevStack
===========================
This directory contains the files necessary to integrate Senlin with devstack.
1. Download DevStack::
Refer the quickstart guide for more information on using devstack and senlin.
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack
To install senlin into devstack, add the following settings to enable senlin plugin: ::
2. Add this repo as an external repository into your ``local.conf`` file::
[[local|localrc]]
enable_plugin senlin https://git.openstack.org/stackforge/senlin
enable_plugin senlin https://git.openstack.org/openstack/senlin
Run devstack as normal: ::
cd /opt/stack/devstack
./stack.sh
3. Run ``stack.sh``.

View File

@ -38,11 +38,11 @@ SENLIN_API_HOST=${SENLIN_API_HOST:-$HOST_IP}
SENLIN_API_PORT=${SENLIN_API_PORT:-8778}
SENLIN_DIR=$DEST/senlin
SENLIN_REPO=${SENLIN_REPO:-${GIT_BASE}/stackforge/senlin.git}
SENLIN_REPO=${SENLIN_REPO:-${GIT_BASE}/openstack/senlin.git}
SENLIN_BRANCH=${SENLIN_BRANCH:-master}
SENLINCLIENT_DIR=$DEST/python-senlinclient
SENLINCLIENT_REPO=${SENLINCLIENT_REPO:-${GIT_BASE}/stackforge/python-senlinclient.git}
SENLINCLIENT_REPO=${SENLINCLIENT_REPO:-${GIT_BASE}/openstack/python-senlinclient.git}
SENLINCLIENT_BRANCH=${SENLINCLIENT_BRANCH:-master}

View File

@ -44,7 +44,7 @@ Install Senlin Server
::
$ cd /opt/stack
$ git clone http://git.openstack.org/stackforge/senlin.git
$ git clone http://git.openstack.org/openstack/senlin.git
2. Install Senlin with required packages
@ -131,7 +131,7 @@ Install Senlin Client
::
$ cd /opt/stack
$ git clone http://git.openstack.org/stackforge/python-senlinclient.git
$ git clone http://git.openstack.org/openstack/python-senlinclient.git
2. Install senlin client.