diff --git a/README.md b/README.md index 273f1608..d3139739 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/devstack/README.md b/devstack/README.md index 8cc26730..91029da3 100644 --- a/devstack/README.md +++ b/devstack/README.md @@ -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: diff --git a/devstack/plugin.sh b/devstack/plugin.sh index e2c237c1..c459f3e5 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -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 diff --git a/setup.cfg b/setup.cfg index e31121c0..b2a67a6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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