From 853f9a984df1e79df1186360ab455c560f10c808 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 3 Apr 2015 12:34:06 -0400 Subject: [PATCH] More documentation tinkering. --- docs/source/architecture.rst | 6 +++--- docs/source/index.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/architecture.rst b/docs/source/architecture.rst index 520e3dc..8d3c454 100644 --- a/docs/source/architecture.rst +++ b/docs/source/architecture.rst @@ -15,7 +15,7 @@ as a service): .. image:: _static/neutron-canonical.png When we add Akanda into the mix, we're able to replace these agents with -a virtualized software router that manages layer 3 routing and other advanced +a virtualized Service VM that manages layer 3 routing and other advanced networking services, significantly lowering the barrier of entry for operators (in terms of deployment, monitoring and management): @@ -36,13 +36,13 @@ From an architectural perspective, Akanda is composed of a few subprojects: * | :ref:`akanda-rug ` A service for managing the creation, configuration, and health of Akanda - Software Routers in an OpenStack cloud. The :py:mod:`akanda-rug` acts in part as + Serivce VMs in an OpenStack cloud. The :py:mod:`akanda-rug` acts in part as a replacement for Neutron's various L3-L7 agents by listening for Neutron AMQP events and coalescing them into software router API calls (which configure and manage embedded services on the Service VM). Additionally, :py:mod:`akanda-rug` contains a health monitoring component which monitors health and guarantees uptime for existing - software routers. + Service VMs. * | :ref:`akanda-appliance ` diff --git a/docs/source/index.rst b/docs/source/index.rst index 9e74f9e..bf5dc49 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,7 +12,7 @@ OpenStack operators for real OpenStack clouds. Originally developed by `DreamCompute `_, Akanda eliminates the need for complex SDN controllers, overlays, and multiple plugins by providing a simple integrated networking stack (routing, firewall, and load balancing via -a :ref:`virtual software router `) for connecting and securing +a :ref:`virtual Service VM `) for connecting and securing multi-tenant OpenStack environments. Narrative Documentation