Updated files to the new namespace

Change-Id: If169e093dec77acfda028c81a193a5d867cdc8f1
This commit is contained in:
Stéphane Albert 2015-10-19 11:45:36 +02:00
parent 8f61fa91cf
commit 4be901f871
6 changed files with 10 additions and 10 deletions

View File

@ -83,10 +83,10 @@ want to install it on an older system, use a virtualenv.
.. _launchpad: https://launchpad.net/cloudkitty
.. _python-cloudkittyclient: https://github.com/stackforge/python-cloudkittyclient
.. _python-cloudkittyclient: https://github.com/openstack/python-cloudkittyclient
.. _cloudkitty-dashboard: https://github.com/stackforge/cloudkitty-dashboard
.. _cloudkitty-dashboard: https://github.com/openstack/cloudkitty-dashboard
.. _architecture section: https://cloudkitty.readthedocs.org/en/latest/arch.html

View File

@ -7,7 +7,7 @@ Version: @VERSION@
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Base
URL: http://github.com/stackforge/cloudkitty
URL: http://github.com/openstack/cloudkitty
Source0: %{full_release}.tar.gz
BuildArch: noarch

View File

@ -30,7 +30,7 @@ Configure DevStack to run CloudKitty
$ cd ${DEVSTACK_DIR}
cat >> local.conf << EOF
# cloudkitty
enable_plugin cloudkitty https://github.com/stackforge/cloudkitty master
enable_plugin cloudkitty https://github.com/openstack/cloudkitty master
enable_service ck-api ck-proc
EOF

View File

@ -57,7 +57,7 @@ fi
CLOUDKITTY_BACKEND=${CLOUDKITTY_BACKEND:-sqlite}
# Set cloudkitty repository
CLOUDKITTY_REPO=${CLOUDKITTY_REPO:-${GIT_BASE}/stackforge/cloudkitty.git}
CLOUDKITTY_REPO=${CLOUDKITTY_REPO:-${GIT_BASE}/openstack/cloudkitty.git}
CLOUDKITTY_BRANCH=${CLOUDKITTY_BRANCH:-master}
# Set CloudKitty connection info
@ -81,12 +81,12 @@ CLOUDKITTY_OUTPUT_BASEPATH=${CLOUDKITTY_OUTPUT_BASEPATH:-$CLOUDKITTY_REPORTS_DIR
CLOUDKITTY_OUTPUT_PIPELINE=${CLOUDKITTY_OUTPUT_PIPELINE:-"osrf"}
# Set Cloudkitty client info
GITREPO["python-cloudkittyclient"]=${CLOUDKITTYCLIENT_REPO:-${GIT_BASE}/stackforge/python-cloudkittyclient.git}
GITREPO["python-cloudkittyclient"]=${CLOUDKITTYCLIENT_REPO:-${GIT_BASE}/openstack/python-cloudkittyclient.git}
GITDIR["python-cloudkittyclient"]=$DEST/python-cloudkittyclient
GITBRANCH["python-cloudkittyclient"]=${CLOUDKITTYCLIENT_BRANCH:-master}
# Set CloudKitty dashboard info
GITREPO["cloudkitty-dashboard"]=${CLOUDKITTYDASHBOARD_REPO:-${GIT_BASE}/stackforge/cloudkitty-dashboard.git}
GITREPO["cloudkitty-dashboard"]=${CLOUDKITTYDASHBOARD_REPO:-${GIT_BASE}/openstack/cloudkitty-dashboard.git}
GITDIR["cloudkitty-dashboard"]=$DEST/cloudkitty-dashboard
GITBRANCH["cloudkitty-dashboard"]=${CLOUDKITTYDASHBOARD_BRANCH:-master}

View File

@ -15,5 +15,5 @@ add the following lines to your local.conf file.
enable_service horizon
# cloudkitty
enable_plugin cloudkitty https://github.com/stackforge/cloudkitty master
enable_plugin cloudkitty https://github.com/openstack/cloudkitty master
enable_service ck-api ck-proc

View File

@ -13,7 +13,7 @@ Retrieve and install CloudKitty:
::
git clone git://git.openstack.org/stackforge/cloudkitty
git clone git://git.openstack.org/openstack/cloudkitty
cd cloudkitty
python setup.py install
@ -224,7 +224,7 @@ Retrieve and install CloudKitty's dashboard:
::
git clone git://git.openstack.org/stackforge/cloudkitty-dashboard
git clone git://git.openstack.org/openstack/cloudkitty-dashboard
cd cloudkitty-dashboard
python setup.py install