diff --git a/doc/source/installation.rst b/doc/source/installation.rst index ee07f0c7..31fa8d2a 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -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