mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
mgr/cephadm: add a type annotation to the ganesha conf template context
This change makes this file pass mypy checking on mypy 0.981. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
8bf4784c5a
commit
de9e8094aa
@ -95,7 +95,7 @@ class NFSService(CephService):
|
||||
|
||||
# generate the ganesha config
|
||||
def get_ganesha_conf() -> str:
|
||||
context = {
|
||||
context: Dict[str, Any] = {
|
||||
"user": rados_user,
|
||||
"nodeid": nodeid,
|
||||
"pool": POOL_NAME,
|
||||
|
Loading…
Reference in New Issue
Block a user