OSM LTS Support
Cherry-picks:
- 53dd746 - bugfix: kubeconfig passed for helm commands. Bug 1789
- 7114f65 - Fix bug 1722: add support for deploying .charm files
- 42e51cf - Fix bug 1715
- 856d33b - Update requirements.txt and tox.ini
- a39cca0 - Bug 1651 fix
- 76ed757 - Allow the deployment of privileged KDUs
- ba1d072 - Remove unsecure and unused function
- e610aed - Fix bug 1589: Improve deletion of models
- 4ae527e - Unit tests improvements
- d8d4b6e - Upgrade to libjuju 2.9.4
Other:
- Use Ubuntu 20.04 (focal) as default series for Proxy Charms
Change-Id: Ie7bc236723f7ce96887e48e266a94551dd661358
Signed-off-by: David Garcia <david.garcia@canonical.com>
diff --git a/n2vc/loggable.py b/n2vc/loggable.py
index b3b98da..d588a1d 100644
--- a/n2vc/loggable.py
+++ b/n2vc/loggable.py
@@ -115,7 +115,7 @@
if not include_path:
i = filename.rfind("/")
if i > 0:
- filename = filename[i + 1:]
+ filename = filename[i + 1 :]
# datetime
dt = datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S.%f")