Fix transport getting set to None when not set explicitly (#24769)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2017-05-18 15:11:09 +05:30 committed by GitHub
parent ac1017b7ad
commit feafae70b5

View file

@ -56,6 +56,7 @@ nxos_argument_spec = {
# Add argument's default value here
ARGS_DEFAULT_VALUE = {
'transport': 'cli',
'timeout': 10
}