ansible/network/openswitch
Kei Nohguchi 14e13f68a5 ops_template.py: Change integer key into stirng
This fix passing the update variable to the str()
so that it avoids the exception when ops.dc.read()
returns a dictionary which contains non-string keys.

This is due to the fact that some of the key types in
OpenSwitch schema are actually defined as integer
and ops.dc declerative config module encode those
in integer inside the dictionary.  This could be
the right encoding from the schema point of view
but someone needs to convert it to the string
somewhere, as JSON key should be string.
2016-05-18 07:01:38 -07:00
..
__init__.py initial add of ops_template module 2016-02-17 16:23:41 +00:00
ops_command.py initial add of ops_command module 2016-02-29 11:15:29 -05:00
ops_config.py network/*/*_config.py: Correct typo. 2016-05-10 10:30:28 +03:00
ops_facts.py ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526) 2016-05-03 07:51:12 -07:00
ops_template.py ops_template.py: Change integer key into stirng 2016-05-18 07:01:38 -07:00