devstack: Update repos stackforge->openstack

Change-Id: I2e550a96527be2f959147ef308101cdfbc5787c8
This commit is contained in:
Adam Gandelman 2015-10-17 17:17:32 -07:00 committed by Mark McClain
parent 02ec41f320
commit 85d283ffd9
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Akanda Rug
*Part of the [Akanda Project](https://github.com/stackforge/akanda).*
*Part of the [Akanda Project](https://github.com/openstack/akanda).*
**ties the room together**

View File

@ -6,7 +6,7 @@ following to the [[local|localrc]] section.
For example:
enable_plugin akanda-rug http://github.com/stackforge/akanda-rug stable/kilo
enable_plugin akanda-rug http://github.com/openstack/akanda-rug stable/liberty
You will also need to enable the service:

View File

@ -4,11 +4,11 @@
AKANDA_RUG_DIR=${AKANDA_RUG_DIR:-$DEST/akanda-rug}
AKANDA_CACHE_DIR=${AKANDA_CACHE_DIR:-/var/cache/akanda}
AKANDA_NEUTRON_DIR=${AKANDA_NEUTRON_DIR:-$DEST/akanda-neutron}
AKANDA_NEUTRON_REPO=${AKANDA_NEUTRON_REPO:-http://github.com/stackforge/akanda-neutron.git}
AKANDA_NEUTRON_REPO=${AKANDA_NEUTRON_REPO:-http://github.com/openstack/akanda-neutron.git}
AKANDA_NEUTRON_BRANCH=${AKANDA_NEUTRON_BRANCH:-master}
AKANDA_APPLIANCE_DIR=${AKANDA_APPLIANCE_DIR:-$DEST/akanda-appliance}
AKANDA_APPLIANCE_REPO=${AKANDA_APPLIANCE_REPO:-http://github.com/stackforge/akanda-appliance.git}
AKANDA_APPLIANCE_REPO=${AKANDA_APPLIANCE_REPO:-http://github.com/openstack/akanda-appliance.git}
AKANDA_APPLIANCE_BRANCH=${AKANDA_APPLIANCE_BRANCH:-master}
BUILD_AKANDA_APPLIANCE_IMAGE=${BUILD_AKANDA_APPLIANCE_IMAGE:-False}
@ -18,7 +18,7 @@ AKANDA_DEV_APPLIANCE_BUILD_PROXY=${AKANDA_DEV_APPLIANCE_BUILD_PROXY:-""}
AKANDA_DEV_APPLIANCE_ENABLED_DRIVERS="router,loadbalancer"
AKANDA_HORIZON_DIR=${AKANDA_HORIZON_DIR:-$DEST/akanda-horizon}
AKANDA_HORIZON_REPO=${AKANDA_HORIZON_REPO:-http://github.com/stackforge/akanda-horizon}
AKANDA_HORIZON_REPO=${AKANDA_HORIZON_REPO:-http://github.com/openstack/akanda-horizon}
AKANDA_HORIZON_BRANCH=${AKANDA_HORIZON_BRANCH:-master}
AKANDA_CONF_DIR=/etc/akanda-rug

View File

@ -6,7 +6,7 @@ description-file =
README.md
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://github.com/stackforge/akanda-rug
home-page = http://github.com/openstack/akanda-rug
classifier =
Environment :: OpenStack
Intended Audience :: Developers