Mirantis / openstack-lbaas

Load balancing service for OpenStack
53 stars 10 forks source link

Fix probe not deleting on REST request #5

Closed RaganH closed 6 years ago

RaganH commented 12 years ago

Fix for issue number 4 that I opened a few days ago. New function created in balancer/core/commands.py with correct parameters and call in balancer/core/api.py changed to call this. Probes now delete successfully on REST call. I have left mysterious makeDeleteProbeFromLBChain function for you to delete if it has no other use.