Use resolved container path in create_snapshot() Resolve CIFS backend path via OneFS share metadata (Name→Path) Closes-Bug: #2142554 Change-Id: I0c7e93e9f5d69da446fc2158a687c765bb3243d6 Signed-off-by: Siddharth Kumar <siddharth.kumar1@dell.com>
Manila Development Docs
Files under this directory tree are used for generating the documentation for the manila source code.
Developer documentation is built to: https://docs.openstack.org/manila/latest/
Tools
- Sphinx
-
The Python Sphinx package is used to generate the documentation output. Information on Sphinx, including formatting information for RST source files, can be found in the Sphinx online documentation.
- Graphviz
-
Some of the diagrams are generated using the
dotlanguage from Graphviz. See the Graphviz documentation for Graphviz and dot language usage information.
Building Documentation
Doc builds are performed using tox with the docs
target:
% cd ..
% tox -e docs