ployground / ploy

A tool to manage servers through a central configuration. Plugins allow provisioning, configuration and other management tasks.
http://ploy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
78 stars 15 forks source link

Support for LoadBalancer deregistering when terminating an instance #13

Closed kiddouk closed 10 years ago

kiddouk commented 13 years ago

deregister instance from load balancers when terminating. readme updated

kiddouk commented 13 years ago

This pull request contain also the previous patch (Inserting instance in Load Balancer).

fschulze commented 10 years ago

This can now be done with hooks. See DummyHooks in test_awsome.py.