diff --git a/doc/source/admin/generic_driver.rst b/doc/source/admin/generic_driver.rst index 60493740bf..a4ecc5b4a7 100644 --- a/doc/source/admin/generic_driver.rst +++ b/doc/source/admin/generic_driver.rst @@ -33,7 +33,7 @@ Each backend driver can handle networking in its own way, see: https://wiki.openstack.org/wiki/Manila/Networking One of two possible configurations can be chosen for share provisioning - using 'service_instance' module: +using 'service_instance' module: - Service VM has one net interface from net that is connected to public router. For successful creation of share, user network should be connected to public @@ -51,7 +51,7 @@ Requirements for service image - Two net interfaces configured to DHCP (see network approaches) - 'exportfs' and 'net conf' libraries used for share actions - Following files will be used, so if their paths differ one needs to create at - least symlinks for them: + least symlinks for them: * /etc/exports (permanent file with NFS exports) * /var/lib/nfs/etab (temporary file with NFS exports used by 'exportfs')