euca2ools do not read $HOME/.eucarc

Bug #524652 reported by Scott Moser
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Eucalyptus
Fix Released
Undecided
Unassigned
euca2ools (Ubuntu)
Fix Released
Medium
Thierry Carrez
Lucid
Fix Released
Medium
Thierry Carrez

Bug Description

Binary package hint: euca2ools

the fix for bug 516738 regressed bug 485106.

The fix should have been:
+ user_eucarc = None
+ if 'HOME' in os.environ:
+ os.path.join(os.getenv('HOME'), ".eucarc")

should be:

+ user_eucarc = None
+ if 'HOME' in os.environ:
+ user_eucarc = os.path.join(os.getenv('HOME'), ".eucarc")

user_eucarc is never set to anything other than None, as a result, no $HOME/.eucarc is ever read.

Scott Moser (smoser)
Changed in euca2ools (Ubuntu):
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Neil Soman (neilsoman) wrote :

Fixed in revno 255.

Scott Moser (smoser)
Changed in eucalyptus:
status: New → Fix Committed
Thierry Carrez (ttx)
Changed in euca2ools (Ubuntu Lucid):
assignee: nobody → Thierry Carrez (ttx)
status: Confirmed → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package euca2ools - 1.2-0ubuntu2

---------------
euca2ools (1.2-0ubuntu2) lucid; urgency=low

  * Fix bug where users ~/.eucarc was not read. LP: #524652
 -- Scott Moser <email address hidden> Fri, 19 Feb 2010 15:31:13 -0500

Changed in euca2ools (Ubuntu Lucid):
status: In Progress → Fix Released
Changed in eucalyptus:
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.