Remove trailing space from summary field that was causing Sphinx build
warning.
Sphinx was generating a warning due to malformed inline markup:
```
/home/kefu/dev/ceph/doc/mgr/ceph_api/index.rst:3349: WARNING: Inline strong start-string without end-string.`
```
The openapi directive appears to convert trailing spaces into asterisk
markers, creating unterminated strong markup. This change removes the
trailing space to eliminate the warning and maintain consistency with
other entries in the file.
Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit
5f1dc9af57b0398c33226410f801d16feed823f2)
export['fsal'] = schema_fsal_info
return export
- @EndpointDoc("List all NFS-Ganesha exports",
+ @EndpointDoc("List all or cluster specific NFS-Ganesha exports",
responses={200: [EXPORT_SCHEMA]})
def list(self) -> List[Dict[str, Any]]:
exports = []
trace.
security:
- jwt: []
- summary: List all NFS-Ganesha exports
+ summary: List all or cluster specific NFS-Ganesha exports
tags:
- NFS-Ganesha
post: