magnum/magnum/conductor/handlers
Hongbin Lu 318ad3cefe Correctly delete replica controller
The correct way to delete a rc should be:
1. Resize the rc to 0.
2. Delete all pods in the rc.
3. Delete the rc.
So, we should use 'kubectl stop rc id' to completely delete a rc.
This command will first resize a rc to 0 and then delete all pods,
before deleting the rc.

Change-Id: I3666606f15440942c192aa81635899fa135d036d
Closes-Bug: 1424304
2015-03-02 02:06:24 +00:00
..
common Correctly delete replica controller 2015-03-02 02:06:24 +00:00
__init__.py Add initial conductor API and service 2014-11-21 06:24:46 -05:00
bay_ironic.py Change ctxt to context to for consistency 2015-02-08 22:50:27 -05:00
bay_k8s_heat.py Add master flavor 2015-02-27 16:55:53 +00:00
docker_conductor.py Fix docker client server mismatch 2015-02-16 22:35:06 +08:00
kube.py Correctly delete replica controller 2015-03-02 02:06:24 +00:00