senlin/contrib/vdu
jacky06 a983902460 Remove all usage of six library
Convert all code to not require six library and instead
use python 3.x logic.

Change-Id: I9d3193668769cd6499a8be8d8d19c16e046f4cc6
2020-05-06 23:35:21 +08:00
..
examples Add a NFV VDU profile in contrib 2017-02-12 22:02:28 +08:00
vdu Remove all usage of six library 2020-05-06 23:35:21 +08:00
README.rst Fix to use "." to source script files 2017-08-28 17:27:21 +08:00
requirements.txt Add a NFV VDU profile in contrib 2017-02-12 22:02:28 +08:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:44:55 +08:00
setup.py Add a NFV VDU profile in contrib 2017-02-12 22:02:28 +08:00

README.rst

# VDU Profile for NFV

## Install `bash pip install --editable .`

## Usage `bash . openrc demo demo senlin profile-create vdu-profile -s examples/vdu.yaml senlin cluster-create vdu-cluster -p vdu-profile -M config='{"word": "world"}' -c 1`