Merge lp:~ivoks/charms/trusty/neutron-api-contrail/openstack-ssl into lp:~sdn-charmers/charms/trusty/neutron-api-contrail/trunk
Proposed by
Ante Karamatić
| Status: | Merged |
|---|---|
| Merged at revision: | 15 |
| Proposed branch: | lp:~ivoks/charms/trusty/neutron-api-contrail/openstack-ssl |
| Merge into: | lp:~sdn-charmers/charms/trusty/neutron-api-contrail/trunk |
| Diff against target: |
287 lines (+170/-4) 9 files modified
charm-helpers-sync.yaml (+1/-0) config.yaml (+6/-0) hooks/charmhelpers/contrib/__init__.py (+13/-0) hooks/charmhelpers/contrib/hahelpers/__init__.py (+13/-0) hooks/charmhelpers/contrib/hahelpers/apache.py (+95/-0) hooks/neutron_api_contrail_hooks.py (+6/-2) hooks/neutron_api_contrail_utils.py (+18/-0) templates/ContrailPlugin.ini (+2/-2) templates/vnc_api_lib.ini (+16/-0) |
| To merge this branch: | bzr merge lp:~ivoks/charms/trusty/neutron-api-contrail/openstack-ssl |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Robert Ayres (community) | Approve | ||
|
Review via email:
|
|||
Description of the change
This patch allows neutron's contrail plugin to connect to OpenStack services using TLS/SSL protocol.
To post a comment you must log in.
Apologies for the delay. I am actively reviewing/testing some modifications to this patch.