Simon Van den Bossche
Simon Van den Bossche
### Description New installs now and then result in a paramiko failure. Discussion with @JeffreyDevloo learned that this might be due to sys.exit calls: ``` This might be you had...
### Problem When providing information on the remote backend, the refresh button is not shown. This leads to situations where you have to fold and unfold the remote config fields...
```In [98]: vp1_api_client.get('backends') --------------------------------------------------------------------------- HttpException Traceback (most recent call last) in () ----> 1 vp1_api_client.get('backends') /usr/lib/python2.7/dist-packages/ovs_extensions/api/client/baseclient.pyc in get(self, api, params) 258 :type params: dict 259 """ --> 260 return self._call(api=api,...