Merge branch 'master' of ssh://git.onelab.eu/git/sfa
authorMohamed Larabi <mohamed.larabi@inria.fr>
Thu, 7 Nov 2013 18:22:39 +0000 (19:22 +0100)
committerMohamed Larabi <mohamed.larabi@inria.fr>
Thu, 7 Nov 2013 18:22:39 +0000 (19:22 +0100)
1  2 
sfa/planetlab/plshell.py

diff --combined sfa/planetlab/plshell.py
@@@ -28,11 -28,7 +28,11 @@@ class PlShell
                      'AddLeases',
                      # HRN management methods
                      'SetPersonHrn', 'GetPersonHrn', 'SetSliceHrn', 'GetSliceHrn',
 -                    'SetNodeHrn', 'GetNodeHrn' 
 +                    'SetNodeHrn', 'GetNodeHrn', 'GetSiteHrn', 'SetSiteHrn',
 +                    # Tag slice/person/site created by SFA
 +                    'SetPersonSfaCreated', 'GetPersonSfaCreated', 'SetSliceSfaCreated', 
 +                    'GetSliceSfaCreated', 'SetNodeSfaCreated', 'GetNodeSfaCreated', 
 +                    'GetSiteSfaCreated', 'SetSiteSfaCreated',  
                      ]
      # support for other names - this is experimental
      alias_calls = { 'get_authorities':'GetSites',
@@@ -68,7 -64,7 +68,7 @@@
              except:
                  plc_direct_access=False
          if is_local and plc_direct_access:
-             logger.debug('plshell access - capability')
+             logger.info('plshell access - capability')
              self.plauth = { 'AuthMethod': 'capability',
                              'Username':   config.SFA_PLC_USER,
                              'AuthString': config.SFA_PLC_PASSWORD,
@@@ -76,7 -72,7 +76,7 @@@
              self.proxy = PLC.Shell.Shell ()
  
          else:
-             logger.debug('plshell access - xmlrpc')
+             logger.info('plshell access - xmlrpc')
              self.plauth = { 'AuthMethod': 'password',
                              'Username':   config.SFA_PLC_USER,
                              'AuthString': config.SFA_PLC_PASSWORD,