~openstack-charmers-archive/charms/trusty/rabbitmq-server/next

« back to all changes in this revision

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

  • Committer: billy.olsen at canonical
  • Date: 2015-09-29 20:23:33 UTC
  • mfrom: (90.2.8 fix-1442443)
  • Revision ID: billy.olsen@canonical.com-20150929202333-ww1t1wbokav1507j
[niedbalski, r=billy-olsen,dosaboy,1chb1n]
      
Introduces a charm option for exposing the cluster partition
behavior for rabbitmq.
      
Closes-Bug: #1442443

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