From f199d9638f23a95d38c77218198d96e8a8229d86 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sun, 18 Oct 2015 16:42:38 +0530 Subject: [PATCH] Change repositories from stackforge to openstack Change-Id: If08cd76daf597f1987db55394b320fd68a7c878a --- doc/source/configuration.rst | 8 ++++---- doc/source/install.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index ed8427c..fd517fd 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -41,7 +41,7 @@ The configuration file contains a section for each wattmeter. A sample configuration file can be found in `drivers.conf`_. -.. _drivers.conf: https://github.com/stackforge/kwapi/blob/master/etc/kwapi/drivers.conf +.. _drivers.conf: https://github.com/openstack/kwapi/blob/master/etc/kwapi/drivers.conf Kwapi plugin API specific ========================= @@ -67,7 +67,7 @@ cleaning_interval 300 Delete th A sample configuration file can be found in `api.conf`_. -.. _api.conf: https://github.com/stackforge/kwapi/blob/master/etc/kwapi/api.conf +.. _api.conf: https://github.com/openstack/kwapi/blob/master/etc/kwapi/api.conf Keystone Middleware Authentication ---------------------------------- @@ -122,7 +122,7 @@ refresh_interval 5 The webpa A sample configuration file can be found in `rrd.conf`_. -.. _rrd.conf: https://github.com/stackforge/kwapi/blob/master/etc/kwapi/rrd.conf +.. _rrd.conf: https://github.com/openstack/kwapi/blob/master/etc/kwapi/rrd.conf General options =============== @@ -158,4 +158,4 @@ The configuration file contains a section for each wattmeter. A sample configuration file can be found in `forwarder.conf`_. -.. _forwarder.conf: https://github.com/stackforge/kwapi/blob/master/etc/kwapi/forwarder.conf +.. _forwarder.conf: https://github.com/openstack/kwapi/blob/master/etc/kwapi/forwarder.conf diff --git a/doc/source/install.rst b/doc/source/install.rst index 1cff234..c6d705e 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -22,7 +22,7 @@ Installing Kwapi 1. Clone the Kwapi git repository to the management server:: - $ git clone https://github.com/stackforge/kwapi.git + $ git clone https://git.openstack.org/openstack/kwapi.git 2. As a user with ``root`` permissions or ``sudo`` privileges, run the Kwapi installer and copy the configuration files::