self. added for static variable 47/1047/1
authorBalint Varga <balint.varga@nokia.com>
Tue, 25 Jun 2019 08:37:04 +0000 (10:37 +0200)
committerBalint Varga <balint.varga@nokia.com>
Tue, 25 Jun 2019 08:37:04 +0000 (10:37 +0200)
Signed-off-by: Balint Varga <balint.varga@nokia.com>
Change-Id: Ie5b9038aedb56f148bb6ec963da11339d083531f

recuserconfighandlers/rechosthandler/rechosthandler.py

index 34a9ddb..f3ec205 100644 (file)
@@ -34,5 +34,5 @@ class rechosthandler(cmuserconfig.CMUserConfigPlugin):
 
     def _set_default_memory(self, confman):
         hostconf = confman.get_hosts_config_handler()
-        hostconf.set_default_reserved_memory_to_all_hosts(default_middleware_reserved_memory)
+        hostconf.set_default_reserved_memory_to_all_hosts(self.default_middleware_reserved_memory)