[mesos]Fix output param: mesos_slaves_private

Output param is wrongly set in mesoscluster.yaml.
Corrected as below:-
mesos_slave_private --> mesos_slaves_private

Change-Id: I2a456c2153945ebf1ded6bcdd537d194b0d3a9bb
This commit is contained in:
yatin 2016-09-26 16:33:30 +05:30
parent de227ba88c
commit 1f4f0935ff
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ outputs:
log in to the Mesos master via ssh or to access the Mesos API
from outside the cluster.
mesos_slave_private:
mesos_slaves_private:
value: {get_attr: [mesos_slaves, mesos_slave_ip]}
description: >
This is a list of the "private" addresses of all the Mesos slaves.