From cb6ce0a9af8e721f83fc8b03777976a8ad960a02 Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Tue, 19 May 2015 16:28:24 +0300 Subject: [PATCH] Update README for neutron-vpnaas-plugin Recent versions of fuel plugin builder creates plugins packages in RPM format, so documentation should be updated Change-Id: If761cbfc38eac64cc945bcb5a25448a5237e65ca --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b39a450..8e74fa5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ VPNaaS plugin 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. -Currently, the only supported Fuel versions are 6.0 and higher. +Currently, the only supported Fuel version is 6.1. Building the plugin ------------------- @@ -21,17 +21,17 @@ Building the plugin ``fpb --build fuel-plugin-neutron-vpnaas/`` -4. The vpnaas-plugin-.fp plugin file will be created in the plugin folder +4. The vpnaas-plugin-.rpm plugin package will be created in the plugin folder (fuel-plugin-neutron-vpnaas/). 5. Move this file to the Fuel Master node with secure copy (scp): - ``scp vpnaas-plugin-.fp root@::/tmp`` + ``scp vpnaas-plugin-.rpm root@::/tmp`` ``cd /tmp`` 6. Install the VPNaaS plugin: - ``fuel plugins --install vpnaas-plugin-.fp`` + ``fuel plugins --install vpnaas-plugin-.rpm`` 6. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.