~corey.bryant/charms/trusty/ceilometer/git-1531612

« back to all changes in this revision

Viewing changes to tests/charmhelpers/contrib/openstack/amulet/utils.py

  • Committer: Liam Young
  • Date: 2015-10-12 10:04:53 UTC
  • mfrom: (101.1.4 ceilometer)
  • Revision ID: liam.young@canonical.com-20151012100453-d6mpto7tjbhp90rf
[james-page, r=gnuoy] Add status support for ceilometer charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
752
752
            self.log.debug('SSL is enabled  @{}:{} '
753
753
                           '({})'.format(host, port, unit_name))
754
754
            return True
755
 
        elif not port and not conf_ssl:
 
755
        elif not conf_ssl:
756
756
            self.log.debug('SSL not enabled @{}:{} '
757
757
                           '({})'.format(host, port, unit_name))
758
758
            return False