aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authormarios <marios@redhat.com>2014-06-13 18:31:37 +0300
committermarios <marios@redhat.com>2014-06-13 18:31:37 +0300
commit6500d44f9929675dd81c2e8390867e2ce524116e (patch)
treeb07fa40230a152b05fedf26e89cc85cdbb8747b1 /README.rst
parent9110ad5fd4fa829a070d79da1f926758b15d5f10 (diff)
Adds link to spec in the readme
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index efd66a9..03c4c19 100644
--- a/README.rst
+++ b/README.rst
@@ -4,6 +4,10 @@ os-net-config
OpenStack network configuration
+This is an initial implementation towards the 'network configuration' spec @
+https://review.openstack.org/#/c/97859/ The intention is for this code to be
+moved under the tripleo project in due course.
+
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/os-net-config
* Source: http://git.openstack.org/cgit/openstack/os-net-config
@@ -12,4 +16,8 @@ OpenStack network configuration
Features
--------
-* TODO \ No newline at end of file
+The core aim of this project is to allow fine grained (but extendable)
+configuration of the networking parameters for a network host. At present
+this host configuration is performed by the ensure-bridge and init-neutron-ovs
+tripleo element scripts. More details are available in the specification
+linked to above.