summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-11 04:56:10 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-11 04:56:10 +0200
commit8134cd2500c10068271050d8e0c117390ade584f (patch)
treed1148e0288984c8be6d18c2bf6fef4a473ef722d /templates
parentthe rrd plug is now optional (diff)
fixed http2-stream template
Diffstat (limited to 'templates')
-rw-r--r--templates/flumotion/default/http2-stream.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/flumotion/default/http2-stream.xml b/templates/flumotion/default/http2-stream.xml
index 6e1e100..7b9314f 100644
--- a/templates/flumotion/default/http2-stream.xml
+++ b/templates/flumotion/default/http2-stream.xml
@@ -19,6 +19,7 @@
<eater name="default">
<feed alias="default">{{ '%s_rep' % (name) }}</feed>
</eater>
+ <plugs>
%% if component.rrd_dir is defined
<plug socket="flumotion.component.plugs.rrd.ComponentRRDPlug" type="component-rrd">
%% if component.rrd_clients is defined
@@ -29,6 +30,7 @@
%% endif
</plug>
%% endif
+ </plugs>
%% for name, value in component.properties.items()
%% if name != 'samplerate'
<property name="{{ name }}">{{ value }}</property>
@@ -51,6 +53,6 @@
<property name="mount-point">{{ component.properties['mount-point'] }}</property>
<property name="hostname">localhost</property>
<property name="port">{{ component.properties['port'] + 1 }}</property>
- <property name="master">slave</property>
+ <property name="type">master</property>
<clock-master>false</clock-master>
</component>