~andrewjbeach/juju-ci-tools/make-local-patcher

« back to all changes in this revision

Viewing changes to winazurearm.py

  • Committer: Aaron Bentley
  • Date: 2016-07-08 14:26:06 UTC
  • mfrom: (1465.1.14 client-from-config-5)
  • mto: This revision was merged to the branch mainline in revision 1509.
  • Revision ID: aaron.bentley@canonical.com-20160708142606-4x5rpd5c9jw9bn6n
Merged client-from-config-5 into client-from-config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
            # left behind when Juju cannot complete a delete in time.
186
186
            log.debug('{} only has a network, likely a failed delete'.format(
187
187
                      self.name))
188
 
            # https://bugs.launchpad.net/juju-ci-tools/+bug/1613767
189
 
            # return True
 
188
            return True
190
189
        return False
191
190
 
192
191
    def delete(self):