senlin/contrib/vdu
liyi 3423667de0 Remove log translations
Log messages are no longer being translated. This removes all use of
the _LE, _LI, and _LW translation markers to simplify logging and to
avoid confusion with new contributions.

See:
http://lists.openstack.org/pipermail/openstack-i18n/2016-November/002574.html
http://lists.openstack.org/pipermail/openstack-dev/2017-March/113365.html

Change-Id: I1c1c3fe4c3281014b0ed413c7b247b6223939a24
2017-03-21 18:34:35 +08:00
..
examples Add a NFV VDU profile in contrib 2017-02-12 22:02:28 +08:00
vdu Remove log translations 2017-03-21 18:34:35 +08:00
README.rst Add a NFV VDU profile in contrib 2017-02-12 22:02:28 +08:00
requirements.txt Add a NFV VDU profile in contrib 2017-02-12 22:02:28 +08:00
setup.cfg Add a NFV VDU profile in contrib 2017-02-12 22:02:28 +08:00
setup.py Add a NFV VDU profile in contrib 2017-02-12 22:02:28 +08:00

# VDU Profile for NFV

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

## Usage `bash source 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`