pass user_data to heat template 23/30623/2
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 16 Mar 2017 02:46:19 +0000 (19:46 -0700)
committerRoss Brattain <ross.b.brattain@intel.com>
Thu, 16 Mar 2017 02:51:14 +0000 (19:51 -0700)
commit30e247e585969b29b5a504c0b6bbd23d07ea80c8
tree8c54f82b08be637d2d05d92c779f48af5d9dc862
parent146c04bd06378fdee926799373fb12f56822b356
pass user_data to heat template

We had code to support adding user_data but the
Server model was not connected.

The string formatting of the user_data is left
as an exercise for the reader.

Change-Id: I298657b93de67e19436bca616b119df636dacce2
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
tests/unit/benchmark/contexts/test_model.py
yardstick/benchmark/contexts/model.py