Comment 13 for bug 873335

Revision history for this message
Kapil Thangavelu (hazmat) wrote : Re: [Bug 873335] Re: "network is already active" error when bootstraping with the local provider

Excerpts from matteosister's message of Sat Oct 29 08:31:59 UTC 2011:
> the problem is in localization....in this file:
> /usr/lib/python2.7/dist-packages/juju/providers/local/network.py
>
> where it does:
> name, state, auto = line.split()
>
> but...the output to parse is (in italian):
> default non attivo yes
>
> where inactive is two words...so it says:
> name, state, auto = line.split()
> exceptions.ValueError: too many values to unpack
>
> When this will be fixed?
>

The fix for this is in the ppa and on trunk, as for an SRU update of the
version in oneiric, i'm not sure but i would guess by the end of november.

cheers,
Kapil