Update README.md

Change-Id: Ic28348c7888e487b9e450838c9f615cd7abc58d7
This commit is contained in:
Andrey Epifanov 2015-02-04 19:35:43 +03:00
parent 1387fd56b8
commit 407d6cf127
1 changed files with 12 additions and 9 deletions

View File

@ -1,20 +1,23 @@
VPNaaS plugin VPNaaS plugin
============ =============
VPNaaS (VPN-as-a-Service) is a Neutron extension that introduces VPN feature set. VPNaaS (VPN-as-a-Service) is a Neutron extension that introduces VPN feature set.
This repo contains all necessary files to build VPNaaS Fuel plugin. This repo contains all necessary files to build VPNaaS Fuel plugin.
Currently the only supported Fuel version is 6.0. Currently the only supported Fuel versions are 6.0 and higher.
Building the plugin Building the plugin
------------------- -------------------
1. Clone the fuel-plugins repo from https://github.com/stackforge/fuel-plugins 1. Clone the fuel-plugin repo from:
2. Install Fuel Plugin Builder using documentation from the fuel-plugins repo git clone https://github.com/stackforge/fuel-plugin-neutron-vpnaas
3. Execute fpb --build <path>, where <path> is the path to the plugin's main 2. Install Fuel Plugin Builder:
folder (vpnaas) pip install fuel-plugin-builder
4. vpnaas-plugin-1.0.0.fp plugin file will be created 3. Build VPNaaS Fuel plugin:
5. Move this file to the Fuel master node and install it using fpb --build fuel-plugin-neutron-vpnaas/
the following command: fuel plugins --install vpnaas-plugin-1.0.0.fp 4. vpnaas-plugin-x.x.x.fp plugin file will be created in the plugin folder
ll fuel-plugin-neutron-vpnaas/
5. Move this file to the Fuel master node and install
fuel plugins --install vpnaas-plugin-x.x.x.fp
6. Plugin is ready to use and can be enabled via Fuel WebUI ('Settings' tab) 6. Plugin is ready to use and can be enabled via Fuel WebUI ('Settings' tab)
Deployment details Deployment details