Public bug reported:

euca_conf runs the following test to switch to local copy of keys in
sync_keys:

if [ ${REMOTE} = "127.0.0.1" -o ${REMOTE} = localhost -o ${REMOTE} = "`hostname 
-s`" -o ${REMOTE} = "`hostname -f`" ]; then
            # machine is localhost, not need for remote syncing

Since eucalyptus now refuses euca_conf to be run with "localhost" or
anything that resolves to the local link, we need to switch component
registration to an external address, which makes this code fail to run.

A --local switch in euca_conf could be used to force local copy (rather
than this dodgy test).

** Affects: eucalyptus (Ubuntu)
     Importance: Wishlist
         Status: Triaged


** Tags: eucalyptus

** Tags added: eucalyptus

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: eucalyptus (Ubuntu)
       Status: New => Triaged

-- 
euca_conf should support a --local flag to enforce local key copy
https://bugs.launchpad.net/bugs/434651
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to