You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
9 years ago
..
__init__.py initial add of ops_template module 9 years ago
ops_command.py initial add of ops_command module 9 years ago
ops_config.py network/*/*_config.py: Correct typo. 9 years ago
ops_facts.py ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526) 9 years ago
ops_template.py ops_template.py: Change integer key into stirng 9 years ago