diff options
author | Ihar Hrachyshka <ihrachys@redhat.com> | 2017-05-15 13:20:25 -0700 |
---|---|---|
committer | Ihar Hrachyshka <ihrachys@redhat.com> | 2017-05-18 17:46:43 +0000 |
commit | 9efa81796e3edd3017d19ff3544f52874b7a2df6 (patch) | |
tree | a2e241be7e1503238df72e5da3ed1b8a7b87c46b /puppet | |
parent | d0696b9a9b3685f8215c97111814d6f00932ca57 (diff) |
neutron: set enable_dvr = False if NeutronEnableDVR is false
This will make neutron-server stop advertising dvr extension if the
cloud is not configured to support this flavor of Neutron routers.
Change-Id: I38c8208edff07f7887887918729beb7710068078
Related-Bug: #1450067
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/neutron-api.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/neutron-api.yaml b/puppet/services/neutron-api.yaml index b4a21a31..8e1e0b80 100644 --- a/puppet/services/neutron-api.yaml +++ b/puppet/services/neutron-api.yaml @@ -166,6 +166,7 @@ outputs: - 9696 - 13696 neutron::server::router_distributed: {get_param: NeutronEnableDVR} + neutron::server::enable_dvr: {get_param: NeutronEnableDVR} # NOTE: bind IP is found in Heat replacing the network name with the local node IP # for the given network; replacement examples (eg. for internal_api): # internal_api -> IP |