Andy McCrae fc1c9311a8 Fix py3 unicode issue
unicode is nolonger a type in py3 - instead the str type is used for
unicode, and the bytes type would cover the str type from py2.

To avoid having to version the code, we should try to use unicode,
except the NameError and continue as though it is py3 if that fails.

Additionally, this patch adds a test that will fail if you revert the
config_template.py back to it's original in py3.

Closes-bug: 1763422
Change-Id: Ifda972caada27ade2d80f77b3df70568406226ff
2018-04-25 12:03:03 +01:00
2018-04-25 12:03:03 +01:00
2018-03-26 12:53:57 +00:00
2018-02-26 14:42:49 +00:00
2018-02-26 14:42:49 +00:00
2018-02-26 14:42:49 +00:00
2018-04-25 12:03:03 +01:00
2018-04-20 15:47:48 +02:00
2018-02-26 14:42:49 +00:00
2016-02-01 16:47:07 +00:00
2016-09-28 12:04:13 +01:00
2018-03-26 09:07:24 +00:00
2018-02-26 14:42:49 +00:00
2017-03-02 11:52:19 +00:00
2018-03-28 10:10:27 +01:00

Team and repository tags

image

OpenStack-Ansible plugins

These are the plugins the OpenStack-Ansible deployment project relies on. The plugins can be added to any Ansible project by simply cloning this repository and setting up the ansible.cfg file to point at them as additional plugins for your project.

Description
Ansible action plugin to template arbitrary json ini yaml data
Readme 1.6 MiB
Languages
Python 100%