From 6155d69c4171c4ad7ad4ad7157d944a8b205381e Mon Sep 17 00:00:00 2001 From: Sergey Kolekonov Date: Tue, 19 May 2015 16:35:12 +0300 Subject: [PATCH] Update README for neutron-fwaas-plugin Recent versions of fuel plugin builder creates plugins packages in RPM format, so documentation should be updated Change-Id: I1e335262eea5d030f75fa1290f6760dd77876b29 --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6d74c56..910aaf1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ FWaaS plugin FWaaS (Firewall-as-a-Service) is a Neutron extension that introduces Firewall feature set. This repo contains all necessary files to build FWaaS Fuel plugin. -Currently the only supported Fuel version is 6.0. +Currently the only supported Fuel version is 6.1. Building the plugin ------------------- @@ -19,22 +19,21 @@ Building the plugin ``fpb --build fuel-plugin-neutron-fwaas/ -4. The fwaas-plugin-1.0.0.fp plugin file will be created. +4. The fwaas-plugin-.rpm plugin file will be created. 5. Move this file to the Fuel Master node with secure copy (scp): - ``scp fwaas-plugin-1.0.0.fp root@::/tmp`` + ``scp fwaas-plugin-.rpm root@::/tmp`` ``cd /tmp`` 6. Install it using the following command: - ``fuel plugins --install fwaas-plugin-1.0.0.fp`` + ``fuel plugins --install fwaas-plugin-.rpm`` 6. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI. -Note that you can also download the built FWaaS -plugin from -the [Fuel Plugins Catalog](https://software.mirantis.com/download-mirantis-openstack-fuel-plug-ins/). +Note that you can also download the built FWaaS plugin from the +[Fuel Plugins Catalog](https://software.mirantis.com/download-mirantis-openstack-fuel-plug-ins/). Deployment details ------------------