.travis.yml needs to catch up with lxd's latest output

Bug #1549880 reported by Sergio Schvezov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Snapcraft
Fix Released
Critical
Leo Arias

Bug Description

Instead of

while ! sudo lxc info xenial | grep -q eth0.*IPV4; do sleep 5s; done

we need

while ! sudo lxc info xenial | grep -q eth0.*inet; do sleep 5s; done

Changed in snapcraft:
importance: Undecided → Critical
assignee: nobody → Sergio Schvezov (sergiusens)
milestone: none → 2.3
status: New → In Progress
assignee: Sergio Schvezov (sergiusens) → Leo Arias (elopio)
Revision history for this message
Sergio Schvezov (sergiusens) wrote :
Changed in snapcraft:
status: In Progress → Fix Committed
Changed in snapcraft:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.