Fix typos in bgpvpn installation manual
Found "networking-bgppvn" instead of "networking-bgpvpn" and also "intalled" instead of "installed" in the installation document. Link: http://docs.openstack.org/developer/networking-bgpvpn/installation.html Change-Id: Iadd4488525d47ba9a44bebfe4b49db14d8ac5bef Closes-Bug: #1583517
This commit is contained in:
1 changed files with 3 additions and 3 deletions
@@ -4,7 +4,7 @@ Installation
The details related to how a package should be installed may depend on your environment.
If you use pip, the following will install the networking-bgppvn package:::
If you use pip, the following will install the networking-bgpvpn package:::
$ pip install networking-bgpvpn
@@ -23,7 +23,7 @@ The BGPVPN driver to use is then specified in ``/etc/neutron/networking_bgpvpn.c
service_provider = BGPVPN:BaGPipe:networking_bgpvpn.neutron.services.service_drivers.bagpipe.bagpipe.BaGPipeBGPVPNDriver:default
#service_provider= BGPVPN:Dummy:networking_bgpvpn.neutron.services.service_drivers.driver_api.BGPVPNDriver:default
A said driver may require additional package to work; the driver section provides detailed installation information for each
A given driver may require additional package to work; the driver section provides detailed installation information for each
specific driver.
==============
@@ -32,7 +32,7 @@ Policy
API Policy for the BGPVPN service plugin can be controlled via the standard policy framework.
When pip is used to install the package, a default policy file is intalled at ``/etc/neutron/policy.d/bgpvpn.conf``.
When pip is used to install the package, a default policy file is installed at ``/etc/neutron/policy.d/bgpvpn.conf``.
==============
Database setup
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.