Commit cee572c4 authored by Rafael Monnerat's avatar Rafael Monnerat

slap: Use _access_status rather them re-fetch status

parent ef6a6622
Pipeline #37745 failed with stage
in 0 seconds
......@@ -717,14 +717,8 @@ class ComputerPartition(SlapRequester):
return loads(xml)
def getStatus(self):
xml = self._connection_helper.GET('getComputerPartitionStatus',
params={
'computer_id': self._computer_id,
'computer_partition_id': self._partition_id,
}
)
return loads(xml)
return self.getAccessStatus()
def getFullHostingIpAddressList(self):
xml = self._connection_helper.GET('getHostingSubscriptionIpList',
params={
......
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