python-os-net-config-doc

Openstack network configuration - doc
  http://git.openstack.org/cgit/openstack/os-net-config
  0
  no reviews



The core aim of this project is to allow fine grained (but extendable) configuration of the networking parameters for a network host. the project consists of:
* a cli (os-net-config) which provides configuration via a yaml or json file
formats. by default os-net-config uses a yaml config file located at
/etc/os-net-config/config.yaml. this can be customized via the
--config-file cli option.
* a python library which provides configuration via an object model.
this package contains the documentation.