From 7d01c2db123d79ccdba4faae06f2344a394a6c56 Mon Sep 17 00:00:00 2001 From: Sean Roberts Date: Mon, 27 Apr 2015 17:48:45 -0700 Subject: [PATCH] update the root readme fix missing entries and old references Partially Implements: blueprint documentation-update Change-Id: Ic762156bc47b3e25a7aa56f120a74c378de53e65 --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c1723c8..99113a6 100644 --- a/README.md +++ b/README.md @@ -19,22 +19,21 @@ environments. The code for the Akanda project lives in several separate repositories to ease packaging and management: - * [Akanda Rug](https://github.com/akanda/akanda-rug) – Orchestration + * [Akanda Rug](https://github.com/stackforge/akanda-rug) – Orchestration service for managing the creation, configuration, and health of Akanda Software Routers in an OpenStack cloud. - * [Akanda Appliance](https://github.com/akanda/akanda-appliance) – + * [Akanda Appliance](https://github.com/stackforge/akanda-appliance) – Supporting software for the Akanda Software Router appliance, which is a Linux-based service VM that provides routing and L3+ services in a virtualized network environment. This includes a REST API for managing the appliance via the `Akanda Rug` orchestration service. - * [Akanda Neutron](https://github.com/akanda/akanda-neutron) –  - Ancillary subclasses of several OpenStack Neutron plugins and supporting code. + * [Akanda Appliance Builder] (https://github.com/stackforge/akanda-appliance-builder) - + Various methods to build an Akanda appliance. - * [Akanda Nova](https://github.com/dreamhost/akanda-nova) – Extensions to - OpenStack Nova supporting the creation and management of Akanda Software - Router appliances. + * [Akanda Neutron](https://github.com/stackforge/akanda-neutron) –  + Ancillary subclasses of several OpenStack Neutron plugins and supporting code. As such, *this* repository focuses on project overview and documentation.