Merge "Fix typos in documentation"

This commit is contained in:
Zuul 2018-04-03 15:54:58 +00:00 committed by Gerrit Code Review
commit d86bcf8bd9
3 changed files with 6 additions and 6 deletions

View File

@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/neutron-fwaas-dashbaard
https://bugs.launchpad.net/neutron-fwaas-dashboard

View File

@ -17,8 +17,8 @@ the FWaaS version enabled in your neutron server.
You do not need to specify FWaaS API version in the DevStack plugin
configuration.
How to enable FWaaS v2 dsashboard
---------------------------------
How to enable FWaaS v2 dashboard
--------------------------------
Add the following to the localrc section of your local.conf.
@ -29,8 +29,8 @@ Add the following to the localrc section of your local.conf.
enable_service q-fwaas-v2
enable_plugin neutron-fwaas-dashboard https://git.openstack.org/openstack/neutron-fwaas-dashboard master
How to enable FWaaS v1 dsashboard
---------------------------------
How to enable FWaaS v1 dashboard
--------------------------------
Add the following to the localrc section of your local.conf.

View File

@ -63,7 +63,7 @@ Enable the horizon plugin.
Configure the policy file for Neutron FWaaS dashboard
in OpenStack Dashboard ``local_settings.py``.
``<fwaas-dashboard-config-dir>`` is a directory which contains
configurations for Neutron FWaaS dashboard and the locaiton varies
configurations for Neutron FWaaS dashboard and the location varies
across distributions or deployments.
.. code-block:: python