Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Mar 25, 2022
1 parent 037f52c commit 823ea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IM/connectors/OCCI.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def setIPs(self, vm, occi_res, auth_data, auth_header):
not public_ips and vm.requested_radl.hasPublicNet(vm.info.systems[0].name)):
self.manage_public_ips(vm, auth_data, auth_header)

vm.setIps(public_ips, private_ips, remove_old=True)
vm.setIps(public_ips, private_ips)

@staticmethod
def get_property_from_category(occi_res, category, prop_name):
Expand Down

0 comments on commit 823ea98

Please sign in to comment.