diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-11-10 18:08:11 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-11-10 18:08:11 +0000 |
commit | 8a2542757ab63fc061cf18bbbc80c75cfeb59b4d (patch) | |
tree | 9e8615b4c8165169da29f8fdd3a9bd095d863276 /puppet/services/opendaylight-api.yaml | |
parent | 1e11964372ee2d719c2f951c1f3820f35f3e225a (diff) | |
parent | d3f75f63293950586f71b781cb8ff2d9c6aece4a (diff) |
Merge "Fixes incorrect reference to OpendaylightApiNetwork"
Diffstat (limited to 'puppet/services/opendaylight-api.yaml')
-rw-r--r-- | puppet/services/opendaylight-api.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/opendaylight-api.yaml b/puppet/services/opendaylight-api.yaml index 318c898e..253d63ef 100644 --- a/puppet/services/opendaylight-api.yaml +++ b/puppet/services/opendaylight-api.yaml @@ -59,6 +59,6 @@ outputs: opendaylight::enable_l3: {get_param: OpenDaylightEnableL3} opendaylight::extra_features: {get_param: OpenDaylightFeatures} opendaylight::enable_dhcp: {get_param: OpenDaylightEnableDHCP} - opendaylight::odl_bind_ip: {get_param: [ServiceNetMap, OpenDaylightApiNetwork]} + opendaylight::odl_bind_ip: {get_param: [ServiceNetMap, OpendaylightApiNetwork]} step_config: | include tripleo::profile::base::neutron::opendaylight |