~sseman/juju-ci-tools/model-change-watcher-py3-2

« back to all changes in this revision

Viewing changes to winazurearm.py

  • Committer: Curtis Hovey
  • Date: 2016-08-17 19:20:23 UTC
  • mto: This revision was merged to the branch mainline in revision 1558.
  • Revision ID: curtis@canonical.com-20160817192023-tnfq04adhyqvo2ne
Do not delete resource groups with just a network because azure-arm-deploy-bundle-lxd is getting clobbered.

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
 
            return True
 
188
            # https://bugs.launchpad.net/juju-ci-tools/+bug/1613767
 
189
            # return True
189
190
        return False
190
191
 
191
192
    def delete(self):