doc: admin: generic_driver: fix indentation

The extra spaces makes sphinx think the line should be bolded. But this is not
what we want here.

Signed-off-by: Arturo Borrero Gonzalez <arturo@debian.org>
Change-Id: Ie466a5a1a5db7ddb3e3da121fab6d9dbcb8fcc7e
This commit is contained in:
Arturo Borrero Gonzalez 2021-09-23 16:39:03 +02:00
parent 7e9c5ec03a
commit 1b78a90b04
1 changed files with 2 additions and 2 deletions

View File

@ -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')