Add metadata support for gateway and compute

Without this, Heka isn't properly configured on gateway and compute
nodes.

Change-Id: Ia18df36ea198458828aa5386eb42d386de0eea5e
This commit is contained in:
Simon Pasquier 2016-12-21 17:21:21 +01:00
parent 32e1752567
commit 901b0842f1
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
applications:
- neutron
classes:
- service.neutron.support
parameters:
neutron:
compute:
@ -24,5 +26,3 @@ parameters:
mechanism:
ovs:
driver: openvswitch

View File

@ -1,5 +1,7 @@
applications:
- neutron
classes:
- service.neutron.support
parameters:
neutron:
gateway:

View File

@ -1,4 +1,4 @@
{%- if pillar.neutron.server %}
{%- if pillar.neutron.server is defined %}
{%- from "neutron/map.jinja" import server with context %}
{%- if server.get('enabled', False) %}
local_plugin: