ansible/network
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
..
basics made note about slurp memory consumption 2016-05-12 14:44:21 -04:00
cumulus Docs fixes 2016-05-13 11:01:19 -07:00
eos network/*/*_config.py: Correct typo. 2016-05-10 10:30:28 +03:00
ios network/*/*_config.py: Correct typo. 2016-05-10 10:30:28 +03:00
iosxr network/*/*_config.py: Correct typo. 2016-05-10 10:30:28 +03:00
junos Add a test on jnpr.junos.utils.sw presence (#3666) 2016-05-17 10:04:16 -07:00
nxos network/*/*_config.py: Correct typo. 2016-05-10 10:30:28 +03:00
openswitch ops_template.py: Change integer key into stirng 2016-05-18 07:01:38 -07:00
__init__.py package files 2014-09-26 11:05:47 -04:00