X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=recuserconfighandlers%2Frechosthandler%2Frechosthandler.py;fp=recuserconfighandlers%2Frechosthandler%2Frechosthandler.py;h=f3ec20531078fee21be9b287ffa279e03bf28220;hb=3de8052eaea8c9c4366d6b2f853ea9b84c2184e5;hp=34a9ddbf2fc1d7814be6ee75fea99ab7ad1f13b0;hpb=33053d223e446b9c5c76e765ed116ff1b81da6a7;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)