~hazmat/pyjuju/apt-proxy-support

« back to all changes in this revision

Viewing changes to juju/unit/address.py

  • Committer: Kapil Thangavelu
  • Date: 2012-06-22 19:30:51 UTC
  • Revision ID: kapil@canonical.com-20120622193051-5a1415541sm0gshf
apt proxy support start

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
        output = subprocess.check_output(["hostname", "-f"])
88
88
        return output.strip()
89
89
 
 
90
 
90
91
class MAASUnitAddress(UnitAddress):
91
92
 
92
93
    def get_private_address(self):