-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With the ubuntu-22.04 image, the network interface seems to be named "enp5s0" instead of "eth0". To be compatible with both old and new releases, consider any non-loopback interface viable for retrieving an IP address.
- Loading branch information
1 parent
ded9133
commit cc8bf9d
Showing
2 changed files
with
12 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ backends: | |
lxd: | ||
systems: | ||
- ubuntu-16.04 | ||
- ubuntu-18.04 | ||
- ubuntu-20.04 | ||
- ubuntu-22.04 | ||
|
||
path: /home/test | ||
|
||
|