diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-27 16:48:27 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-27 16:48:27 +0000 |
commit | 7f63bfaacb155d90cf419654043b05fdd4817dd2 (patch) | |
tree | 68ce51f743d05698e851b1a46f7f68693f50feaa /puppet/services | |
parent | 5bf7181aa20d1e42af23e49cd80f7364bc39aabf (diff) | |
parent | 1157bdbbeb1e48c1e6697341fcc64887e791d505 (diff) |
Merge "Add OpenDaylightConnectionProtocol parameter to opendaylight-api service"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/opendaylight-api.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml index 0ed9d206..1e7aa479 100644 --- a/puppet/services/opendaylight-api.yaml +++ b/puppet/services/opendaylight-api.yaml @@ -17,6 +17,10 @@ parameters: type: string description: The password for the opendaylight server. hidden: true + OpenDaylightConnectionProtocol: + description: L7 protocol used for REST access + type: string + default: 'http' OpenDaylightEnableDHCP: description: Knob to enable/disable ODL DHCP Server type: boolean @@ -55,6 +59,7 @@ outputs: opendaylight::extra_features: {get_param: OpenDaylightFeatures} opendaylight::enable_dhcp: {get_param: OpenDaylightEnableDHCP} opendaylight::odl_bind_ip: {get_param: [ServiceNetMap, OpendaylightApiNetwork]} + opendaylight::nb_connection_protocol: {get_param: OpenDayLightConnectionProtocol} tripleo.opendaylight_api.firewall_rules: '137 opendaylight api': dport: |