Comment 9 for bug 1590052

Revision history for this message
Hrvoje (hrvoje-habjanic) wrote :

Hi.

Yes, i can confirm this - adding delay between ifdown and ifup does fix this issue.

I needed to use hex editor to actually change juju binary itself to test this. I did replace "--exclude" with "-X" and "--interface" with "-i" and then get enough space to add:

import time
time.sleep(5)

in the script itself.

H.