From b2b1fea8a0da80e59490f8c407a10915808cf004 Mon Sep 17 00:00:00 2001 From: "shiva-charan.m-s" Date: Tue, 26 Jul 2016 22:34:23 -0500 Subject: policy2tosca patch set-6 Change-Id: Id93490753ba93e4c3aa00cd487855e3d2970ae9a Signed-off-by: shiva-charan (cherry picked from commit d93490753ba93e4c3aa00cd487855e3d2970ae9a) --- policy2tosca/README.rst | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 policy2tosca/README.rst (limited to 'policy2tosca/README.rst') diff --git a/policy2tosca/README.rst b/policy2tosca/README.rst new file mode 100644 index 0000000..9877499 --- /dev/null +++ b/policy2tosca/README.rst @@ -0,0 +1,37 @@ +================= + Running demoapp +================= + +Pre-requisite +------------- + +Install cliff with the following links. +:: + +- `install ` + or +- `demoapp ` + +Setup +----- + +Now, install the policy2tosca module. +:: + + $ cd policy2tosca + $ python setup.py install + +Usage +----- + +To see a list of commands available, run +:: + + $ policy2tosca --help + + +To see help for an individual command, include the command name on the command line +:: + + $ policy2tosca help add_type + -- cgit 1.2.3-korg