Commit 62ccbe98 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slapos_cloud: Compute Partition Mixin getSoftwareInstance is public

parent 44ea4668
......@@ -45,7 +45,7 @@ except ImportError:
class SlapOSComputePartitionMixin(object):
def _getSoftwareInstance(self, slave_reference=None):
def getSoftwareInstance(self, slave_reference=None):
if self.getSlapState() != 'busy':
LOG('SlapOSComputePartitionMixin::_getSoftwareInstance', INFO,
'Compute partition %s shall be busy, is free' %
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment