X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=recuserconfighandlers%2Frechosthandler%2Frechosthandler.py;h=f3ec20531078fee21be9b287ffa279e03bf28220;hb=c2a621b8d4e7fbde09b46f2edfcc85fba5d37a75;hp=34a9ddbf2fc1d7814be6ee75fea99ab7ad1f13b0;hpb=386424ae17496171831560c12a819eaf16da4280;p=ta%2Fcm-plugins.git diff --git a/recuserconfighandlers/rechosthandler/rechosthandler.py b/recuserconfighandlers/rechosthandler/rechosthandler.py index 34a9ddb..f3ec205 100644 --- a/recuserconfighandlers/rechosthandler/rechosthandler.py +++ b/recuserconfighandlers/rechosthandler/rechosthandler.py @@ -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)