X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fplc%2Fapi.py;fp=sfa%2Fplc%2Fapi.py;h=a5d5f2ae494ee538db6b01faa8eccc17a3600ffa;hb=b07c1ba6f4fd65c52dc24ea1bfcc28715b4ae831;hp=d4781f3e46920c70058ea1028781ed83ea3c2de7;hpb=025914165382cd79bc1be22d340214c02f59e4ac;p=sfa.git diff --git a/sfa/plc/api.py b/sfa/plc/api.py index d4781f3e..a5d5f2ae 100644 --- a/sfa/plc/api.py +++ b/sfa/plc/api.py @@ -99,7 +99,8 @@ class SfaAPI(BaseAPI): self.credential = None # Initialize the PLC shell only if SFA wraps a myPLC rspec_type = self.config.get_aggregate_type() - if (rspec_type == 'pl' or rspec_type == 'vini' or rspec_type == 'eucalyptus'): + if (rspec_type == 'pl' or rspec_type == 'vini' or \ + rspec_type == 'eucalyptus' or rspec_type == 'max'): self.plshell = self.getPLCShell() self.plshell_version = "4.3"