a8ec3317be
Make use of doc8 to verify all rst files which are not autogenerated for errors and fail if there are any issues found. The doc8 checks are now part of the tox 'docs' environment and ran automatically. Checks can also be called direcly via 'tox -e docs'. Fix all issues found by doc8. Closes-Bug: #1664841 Change-Id: I9215524d35646de7485504e4c5ff86fd91a1d09f Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
19 lines
894 B
ReStructuredText
19 lines
894 B
ReStructuredText
Shared File Systems Option 2: Driver support for share servers management
|
|
-------------------------------------------------------------------------
|
|
|
|
For simplicity, this configuration references the same storage node
|
|
as the one used for the Block Storage service.
|
|
|
|
.. note::
|
|
|
|
This guide describes how to configure the Shared File Systems service to
|
|
use the ``generic`` driver with the driver handles share server mode
|
|
(DHSS) enabled. This driver requires Compute service (nova), Image service
|
|
(glance) and Networking service (neutron) for creating and managing share
|
|
servers; and Block storage service (cinder) for creating shares. The
|
|
information used for creating share servers is configured as share
|
|
networks. Generic driver with DHSS enabled also requires the tenant's
|
|
private network (where the compute instances are running) to be attached
|
|
to a public router.
|
|
|