tobiko/roles
Federico Ressi 1f0bca4c20 Pass tobiko.conf changes using a dictionary
Pass tobiko.conf via a dictionary where
sections are sub-dictionaries like below:

 section-1:
  option-1-1: value-1-1
  option-1-2: value-1-2

 section-2:
  option-2-1: value-2-1

Dictionary is flattered to a list before being
consumed to update tobiko.conf file like below:

 - section: section-1
   option: option-1-1
   value: value-1-1

 - section: section-1
   option: option-1-2
   value: value-1-2

 # etc.

Change-Id: I997a44de9ad4841197c8264a84039c034c823fe9
2020-01-08 09:14:21 +01:00
..
infrared Use tools/ci/tox script for running tests and making reports 2020-01-03 09:52:18 +01:00
multi-node-setup Fix DevStack CI jobs 2019-11-18 10:05:29 +01:00
process-stackviz Add devstack Zuul job 2018-12-05 14:25:07 +01:00
python Compile Python with missing deps and shared libs 2019-12-20 13:10:27 +01:00
tobiko Pass tobiko.conf changes using a dictionary 2020-01-08 09:14:21 +01:00