projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
468002b
)
Bug 2054 fixed: raising JujuControllerFailedConnecting with error message
43/12143/1
author
Pedro Escaleira
<escaleira@av.it.pt>
Mon, 30 May 2022 18:08:41 +0000
(19:08 +0100)
committer
escaleira
<escaleira@av.it.pt>
Mon, 30 May 2022 18:09:55 +0000
(20:09 +0200)
Change-Id: Ie4f3fa92ffd7e7263733d2364ed794a2262f00a4
Signed-off-by: Pedro Escaleira <escaleira@av.it.pt>
n2vc/libjuju.py
patch
|
blob
|
history
diff --git
a/n2vc/libjuju.py
b/n2vc/libjuju.py
index
f32ea09
..
5ed1d67
100644
(file)
--- a/
n2vc/libjuju.py
+++ b/
n2vc/libjuju.py
@@
-122,7
+122,10
@@
class Libjuju:
)
if controller:
await self.disconnect_controller(controller)
- raise JujuControllerFailedConnecting(e)
+
+ raise JujuControllerFailedConnecting(
+ f"Error connecting to Juju controller: {e}"
+ )
async def disconnect(self):
"""Disconnect"""