From b645ed53df1b7d1d533f0d1841ce4de2349f1ad6 Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Aug 07 2015 12:41:45 +0000 Subject: Updates with SDN module details. --- diff --git a/docs/development.rst b/docs/development.rst index 02e2372..fc7e59a 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -9,6 +9,8 @@ Dependencies 1. libvirt #. kvm #. iptables + #. redis + Code Structure --------------- @@ -18,3 +20,5 @@ The codebase is structured in the following way. computer Module to create, and maintain the instances. The primary module for all VM related codebase. +sdn + Module to handle network. This will use iptables internally along with DNAT routing.