Add installation instructions to README.rst

Change-Id: Ic02b567345e93c4c35373765d1bf6a09000b80ff
This commit is contained in:
Alexander Saprykin 2016-07-06 13:36:34 +02:00
parent bdb2a39be1
commit 026d77aeda
1 changed files with 25 additions and 0 deletions

View File

@ -1,2 +1,27 @@
Murano Plugin Networking SFC
============================
Integration with networking-sfc extension
<http://docs.openstack.org/developer/networking-sfc/> for OpenStack Neutron.
Installation
============
Plugin
------
To build and install python plugin::
python setup.py bdist_wheel
pip install dist/murano_plugin_networking_sfc-<version>-py2-none-any.whl
Murano library / Demo application
---------------------------------
To install library::
cd networking_sfc_library
zip ../networking-sfc-library.zip *
murano package-import --is-public ../networking-sfc-library.zip
Demo application installation is similar to the library installation.