Updated files to the new namespace
Change-Id: If169e093dec77acfda028c81a193a5d867cdc8f1
This commit is contained in:
@@ -83,10 +83,10 @@ want to install it on an older system, use a virtualenv.
|
|||||||
.. _launchpad: https://launchpad.net/cloudkitty
|
.. _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
|
.. _architecture section: https://cloudkitty.readthedocs.org/en/latest/arch.html
|
||||||
|
@@ -7,7 +7,7 @@ Version: @VERSION@
|
|||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://github.com/stackforge/cloudkitty
|
URL: http://github.com/openstack/cloudkitty
|
||||||
Source0: %{full_release}.tar.gz
|
Source0: %{full_release}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
@@ -30,7 +30,7 @@ Configure DevStack to run CloudKitty
|
|||||||
$ cd ${DEVSTACK_DIR}
|
$ cd ${DEVSTACK_DIR}
|
||||||
cat >> local.conf << EOF
|
cat >> local.conf << EOF
|
||||||
# cloudkitty
|
# 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
|
enable_service ck-api ck-proc
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@@ -57,7 +57,7 @@ fi
|
|||||||
CLOUDKITTY_BACKEND=${CLOUDKITTY_BACKEND:-sqlite}
|
CLOUDKITTY_BACKEND=${CLOUDKITTY_BACKEND:-sqlite}
|
||||||
|
|
||||||
# Set cloudkitty repository
|
# 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}
|
CLOUDKITTY_BRANCH=${CLOUDKITTY_BRANCH:-master}
|
||||||
|
|
||||||
# Set CloudKitty connection info
|
# Set CloudKitty connection info
|
||||||
@@ -81,12 +81,12 @@ CLOUDKITTY_OUTPUT_BASEPATH=${CLOUDKITTY_OUTPUT_BASEPATH:-$CLOUDKITTY_REPORTS_DIR
|
|||||||
CLOUDKITTY_OUTPUT_PIPELINE=${CLOUDKITTY_OUTPUT_PIPELINE:-"osrf"}
|
CLOUDKITTY_OUTPUT_PIPELINE=${CLOUDKITTY_OUTPUT_PIPELINE:-"osrf"}
|
||||||
|
|
||||||
# Set Cloudkitty client info
|
# 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
|
GITDIR["python-cloudkittyclient"]=$DEST/python-cloudkittyclient
|
||||||
GITBRANCH["python-cloudkittyclient"]=${CLOUDKITTYCLIENT_BRANCH:-master}
|
GITBRANCH["python-cloudkittyclient"]=${CLOUDKITTYCLIENT_BRANCH:-master}
|
||||||
|
|
||||||
# Set CloudKitty dashboard info
|
# 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
|
GITDIR["cloudkitty-dashboard"]=$DEST/cloudkitty-dashboard
|
||||||
GITBRANCH["cloudkitty-dashboard"]=${CLOUDKITTYDASHBOARD_BRANCH:-master}
|
GITBRANCH["cloudkitty-dashboard"]=${CLOUDKITTYDASHBOARD_BRANCH:-master}
|
||||||
|
|
||||||
|
@@ -15,5 +15,5 @@ add the following lines to your local.conf file.
|
|||||||
enable_service horizon
|
enable_service horizon
|
||||||
|
|
||||||
# cloudkitty
|
# 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
|
enable_service ck-api ck-proc
|
||||||
|
@@ -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
|
cd cloudkitty
|
||||||
python setup.py install
|
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
|
cd cloudkitty-dashboard
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user