summaryrefslogtreecommitdiffhomepage
path: root/doc/source/quantumclient/client.py
diff options
context:
space:
mode:
authorSatoshi Fujimoto <satoshi.fujimoto7@gmail.com>2017-11-02 15:39:24 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-11-05 21:10:03 +0900
commit8185637767f870b5887a369dc569cc2933aeec34 (patch)
tree1db591be4a68b44fbd34bab089e8071b3af30969 /doc/source/quantumclient/client.py
parent5bde6ae440c6aa67dafe02b5ad1cd2d933ee4350 (diff)
serivice/bgp: Fix ssh connection problem in Python 2.7
Currently, 'is_connected' attribute in SshServer is refered before it is created, in Python 2.7. This raises an Exception and the SSH operation won't work anymore after this happens. This commit ensures that 'is_connected' is created before it is refered. Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/quantumclient/client.py')
0 files changed, 0 insertions, 0 deletions