-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using the latest charm-tools <3.0.0 to fix three build errors: - An error related to 'pytz' fixed in charm-tools 2.8.6: juju/charm-tools#654 - An error related to ruamel.yaml fixed in charm-tools 2.8.8: here: juju/charm-tools#668 - An error related to macaroonbakery fixed in charm-tools 2.8.9: juju/charm-tools#671 Additionally merge bindep.txt to install libpq-dev required for psycopg2-binary as wheels no longer exist for py36. Additional fix for ussuri only: - Switch bionic test bundles from vault 1.7/edge to 1.6/edge as the 1.7 channel no longer supports bionic. Change-Id: Idc16b84dc3dcdf001c73c7d2fdd57b1d08ebfb23
- Loading branch information
Showing
5 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,4 +194,4 @@ applications: | |
vault: | ||
charm: ch:vault | ||
num_units: 1 | ||
channel: 1.7/edge | ||
channel: 1.6/edge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,4 +191,4 @@ applications: | |
vault: | ||
charm: ch:vault | ||
num_units: 1 | ||
channel: 1.7/edge | ||
channel: 1.6/edge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters