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
This commit is contained in:
parent
70edd0aa00
commit
cb6ce0a9af
@ -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-<x.x.x>.fp plugin file will be created in the plugin folder
|
||||
4. The vpnaas-plugin-<x.x.x>.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-<x.x.x>.fp root@:<the_Fuel_Master_node_IP address>:/tmp``
|
||||
``scp vpnaas-plugin-<x.x.x>.rpm root@:<the_Fuel_Master_node_IP address>:/tmp``
|
||||
``cd /tmp``
|
||||
|
||||
6. Install the VPNaaS plugin:
|
||||
|
||||
``fuel plugins --install vpnaas-plugin-<x.x.x>.fp``
|
||||
``fuel plugins --install vpnaas-plugin-<x.x.x>.rpm``
|
||||
|
||||
6. Plugin is ready to use and can be enabled on the Settings tab of the Fuel web UI.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user