forked from juju/charm-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean-up around adding linux bridges to OVS bridges (juju#449)
* Fix typo * Mark OVS ports as managed by us Before we used to mark only OVS interfaces * add_ovsbridge_linuxbridge fixes 1. Fix missing 'ifup' on bionic. 2. Mark the OVS port also when upgrading the charm. * Fix typos * Use deprecate decorator * Don't install ifupdown automatically * Make dependency explicit * Deprecate adding a linux bridge to an openvswitch bridge * Minor improvements * Make linter happy * Raise on focal+
- Loading branch information
Showing
3 changed files
with
135 additions
and
37 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