Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
devstack: Update repos stackforge->openstack
Browse files Browse the repository at this point in the history
Change-Id: I2e550a96527be2f959147ef308101cdfbc5787c8
  • Loading branch information
gandelman-a authored and markmcclain committed Oct 18, 2015
1 parent 02ec41f commit 85d283f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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**

Expand Down
2 changes: 1 addition & 1 deletion devstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
6 changes: 3 additions & 3 deletions devstack/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85d283f

Please sign in to comment.