Adds link to spec in the readme

This commit is contained in:
marios 2014-06-13 18:31:37 +03:00
parent 9110ad5fd4
commit 6500d44f99
1 changed files with 9 additions and 1 deletions

View File

@ -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
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.