magnum/magnum/conductor
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
..
handlers 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
api.py Fix the wrong parameter 2015-02-16 16:14:44 +08:00
config.py Remove imports from oslo namespaces 2015-02-08 02:59:30 +00:00