heat/doc/source
huangtianhua ba7f7888f6 Support 'permutations' for 'repeat' function
Adds a new section 'permutations' for 'repeat'
function to decide whether to do nested loops
to iterate over all the permutations of
the elements in the given lists, the default value
is True if no specify and keep the same behavior as
before.
For example:

  repeat:
    template:
      network: %net%
      port: %port%
      ip: %ip%
    for_each:
      %net%: [n1, n2]
      %port%: [p1, p2]
      %ip%: [ip1, ip2]
    permutations: False

Will be resolve to:
   [{network: n1, port: p1, ip: ip1},
    {network: n2, port: p2, ip: ip2}]

Change-Id: I2a008400fb71453f6a78656f2e041ae2efa098a2
Blueprint: improve-repeat-function
2017-07-18 09:32:15 +00:00
..
_templates Use oslo.sphinx for the doc templates 2013-08-23 12:59:54 +10:00
api Use pbr new autodoc feature 2015-06-16 11:35:02 +02:00
contributing Fix Broken Link in Contributing > Blueprints Doc 2016-06-30 03:36:44 -04:00
developing_guides Merge "Get rid of undesirable properties.data usage" 2017-04-10 05:12:50 +00:00
ext Make a backward compatible docutils fix 2017-03-06 09:13:16 +01:00
getting_started Fix the incorrect link of the rdo installation guide 2017-02-20 07:01:05 +00:00
man Add heat-manage subcommand to migrate legacy prop. data 2017-01-31 13:45:52 -08:00
operating_guides Add httpd documentation and sample configs 2017-07-07 11:00:06 +05:30
sourcecode Add auto code api doc generation 2013-08-28 09:56:43 +10:00
template_guide Support 'permutations' for 'repeat' function 2017-07-18 09:32:15 +00:00
templates Replace github with openstack git repo 2015-10-21 09:51:40 +08:00
conf.py switch from oslosphinx to openstackdocstheme 2017-07-11 12:27:56 +05:30
glossary.rst Update the Administrator Guide links with new ones 2016-04-06 12:30:52 +00:00
index.rst Add httpd documentation and sample configs 2017-07-07 11:00:06 +05:30