[Bug 534176] Re: eucalyptus-cloud hardcodes eth0 in eucalyptus.conf

Dustin Kirkland dustin.kirkland at gmail.com
Fri Mar 26 00:51:59 GMT 2010


Thanks for the report, Robert...

I think this is mostly addressed, at least if you use the UEC CD
install.  The eucalyptus-udeb does this:

...
get_default_interface () {
        db_get netcfg/choose_interface || return 1
        default_interface="${RET%%:*}"
        # Work around netcfg/choose_interface not always being set:
        #   https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/430820
        if [ -z "$default_interface" ]; then
                default_interface=eth0
        fi
}
...

My guess is that you did this from a package-based installation, in
which case you need to edit this file yourself.  Sorry.


** Changed in: eucalyptus (Ubuntu)
       Status: Confirmed => Fix Released

-- 
eucalyptus-cloud hardcodes eth0 in eucalyptus.conf
https://bugs.launchpad.net/bugs/534176
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.



More information about the Ubuntu-server-bugs mailing list