diff options
author | Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | 2017-11-02 15:39:24 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-11-05 21:10:03 +0900 |
commit | 8185637767f870b5887a369dc569cc2933aeec34 (patch) | |
tree | 1db591be4a68b44fbd34bab089e8071b3af30969 /doc/source/quantumclient | |
parent | 5bde6ae440c6aa67dafe02b5ad1cd2d933ee4350 (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')
0 files changed, 0 insertions, 0 deletions