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:
05bccf7
)
Bug 1843: LTS Support
24/11624/1
v10.1.0
v10.1.0-rc1
v10.1.0rc2
v10.1.0rc3
author
beierlm
<mark.beierl@canonical.com>
Thu, 3 Feb 2022 19:26:21 +0000
(14:26 -0500)
committer
beierlm
<mark.beierl@canonical.com>
Thu, 3 Feb 2022 19:26:21 +0000
(14:26 -0500)
Revert proxy charm series to bionic as there are some changes that could
adversely affect backwards compatibility
Change-Id: I313f70e3842a31582d469e24174954b55f8ecb6d
Signed-off-by: beierlm <mark.beierl@canonical.com>
n2vc/libjuju.py
patch
|
blob
|
history
diff --git
a/n2vc/libjuju.py
b/n2vc/libjuju.py
index
f570702
..
6580067
100644
(file)
--- a/
n2vc/libjuju.py
+++ b/
n2vc/libjuju.py
@@
-345,7
+345,7
@@
class Libjuju:
db_dict: dict = None,
progress_timeout: float = None,
total_timeout: float = None,
- series: str = "
focal
",
+ series: str = "
bionic
",
wait: bool = True,
) -> (Machine, bool):
"""