Minor changes

pull/4420/head
Ganesh B. Nalawade 2018-07-04 11:54:28 +05:30
parent d1ff8e2dca
commit c43beef258
3 changed files with 9 additions and 10 deletions

View File

@ -1640,5 +1640,5 @@ NETCONF_SSH_CONFIG:
ini:
- {key: ssh_config, section: netconf_connection}
yaml: {key: netconf_connection.ssh_config}
default: None
default: null
...

View File

@ -153,7 +153,6 @@ options:
env:
- name: ANSIBLE_PERSISTENT_COMMAND_TIMEOUT
netconf_ssh_config:
default: None
description:
- This variable is used to enable bastion/jump host with netconf connection. If set to
True the bastion/jump host ssh settings should be present in ~/.ssh/config file,
@ -203,7 +202,7 @@ NETWORK_OS_DEVICE_PARAM_MAP = {
"ce": "huawei"
}
import q
class Connection(NetworkConnectionBase):
"""NetConf connections"""