heat/heat
Juan Antonio Osorio Robles 98faf03be4 Implement list_concat function
This function uses python's extend function for lists in order to
concatenate lists. So, given the input: [['v1', 'v2'], ['v3', 'v4']]
the result would be ['v1', 'v2', 'v3', 'v4'].

This comes as an alternative to using yaql's concat.

Change-Id: I082833e73388540b29f71b78293fd36fe04b7b92
2017-04-20 19:08:25 +03:00
..
api Remove log translations 2017-03-25 17:11:50 +08:00
cloudinit Validate that python3 is ready for loguserdata 2016-08-26 11:49:30 +00:00
cmd Remove log translations 2017-03-25 17:11:50 +08:00
common Don't invlidate auth/client plugins for token expiry 2017-04-11 05:22:43 +00:00
db Remove log translations 2017-03-25 17:11:50 +08:00
engine Implement list_concat function 2017-04-20 19:08:25 +03:00
hacking Restrict use of iteritems, iterkeys and itervalues 2016-03-23 10:05:54 +00:00
httpd Remove log translations 2017-03-25 17:11:50 +08:00
locale Imported Translations from Zanata 2017-03-23 10:25:34 +00:00
objects Remove log translations 2017-03-25 17:11:50 +08:00
rpc Merge "Use exception_filter in RPC client" 2017-03-29 13:46:53 +00:00
scaling Remove log translations 2017-03-25 17:11:50 +08:00
tests Implement list_concat function 2017-04-20 19:08:25 +03:00
__init__.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
version.py Make the first line of every file consistent. 2014-03-04 09:03:04 -06:00