Merge lp:~ivoks/charms/trusty/contrail-analytics/openstack-ssl into lp:~sdn-charmers/charms/trusty/contrail-analytics/trunk
Proposed by
Ante Karamatić
| Status: | Merged |
|---|---|
| Merged at revision: | 37 |
| Proposed branch: | lp:~ivoks/charms/trusty/contrail-analytics/openstack-ssl |
| Merge into: | lp:~sdn-charmers/charms/trusty/contrail-analytics/trunk |
| Diff against target: |
263 lines (+134/-7) 11 files modified
charm-helpers-sync.yaml (+1/-0) config.yaml (+6/-0) hooks/charmhelpers/contrib/hahelpers/__init__.py (+13/-0) hooks/charmhelpers/contrib/hahelpers/apache.py (+95/-0) hooks/contrail_analytics_utils.py (+12/-0) templates/contrail-alarm-gen.conf (+1/-1) templates/contrail-analytics-api.conf (+1/-1) templates/contrail-collector.conf (+2/-2) templates/contrail-snmp-collector.conf (+1/-1) templates/contrail-topology.conf (+1/-1) templates/vnc_api_lib.ini (+1/-1) |
| To merge this branch: | bzr merge lp:~ivoks/charms/trusty/contrail-analytics/openstack-ssl |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Robert Ayres (community) | Approve | ||
|
Review via email:
|
|||
Description of the change
This patch allows contrail-analytics to connect to OpenStack services using TLS/SSL protocol.
It doesn't, yet, add functionality of exposing contrail-analytics endopint as https. This will be done in another patch.
To post a comment you must log in.
Apologies for the delay. I am actively reviewing/testing some modifications to this patch.