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:
parent
7e9c5ec03a
commit
1b78a90b04
@ -33,7 +33,7 @@ Each backend driver can handle networking in its own way,
|
|||||||
see: https://wiki.openstack.org/wiki/Manila/Networking
|
see: https://wiki.openstack.org/wiki/Manila/Networking
|
||||||
|
|
||||||
One of two possible configurations can be chosen for share provisioning
|
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.
|
- 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
|
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)
|
- Two net interfaces configured to DHCP (see network approaches)
|
||||||
- 'exportfs' and 'net conf' libraries used for share actions
|
- 'exportfs' and 'net conf' libraries used for share actions
|
||||||
- Following files will be used, so if their paths differ one needs to create at
|
- 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)
|
* /etc/exports (permanent file with NFS exports)
|
||||||
* /var/lib/nfs/etab (temporary file with NFS exports used by 'exportfs')
|
* /var/lib/nfs/etab (temporary file with NFS exports used by 'exportfs')
|
||||||
|
Loading…
Reference in New Issue
Block a user