]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/plugins/interfaces.py
import 15.2.9
[ceph.git] / ceph / src / pybind / mgr / dashboard / plugins / interfaces.py
index f9169a0d89a6ea4f6fe17d17e0a1c58e58dc1582..d0af7eeabbaf023ba903d3b92d5ccd00d07956f3 100644 (file)
@@ -68,3 +68,13 @@ class FilterRequest(object):
         @PM.add_abcspec
         def filter_request_before_handler(self, request):
             pass
+
+
+@PM.add_interface
+class ConfigNotify(Interface):
+    @PM.add_abcspec
+    def config_notify(self):
+        """
+        This method is called whenever a option of this mgr module has
+        been modified.
+        """