~dpb/pyjuju/dont-proxy-https

« back to all changes in this revision

Viewing changes to juju/control/remove_unit.py

  • Committer: kapil.thangavelu at canonical
  • Date: 2012-04-15 23:09:12 UTC
  • Revision ID: kapil.thangavelu@canonical.com-20120415230912-d0itvlx1i2ft0c41
[trivial] update terminate-machine to utilize JUJU_ENV if set [f=981387]

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
from twisted.internet.defer import inlineCallbacks
4
4
 
5
 
from juju.errors import JujuError
6
5
from juju.state.errors import UnsupportedSubordinateServiceRemoval
7
6
from juju.state.service import ServiceStateManager, parse_service_name
8
7
from juju.control.utils import get_environment