[Bug 516738] Re: image store broken on Lucid

Scott Moser smoser at canonical.com
Fri Feb 19 20:25:26 GMT 2010


The patch applied here broke reading of user config file.

+	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")

-- 
image store broken on Lucid
https://bugs.launchpad.net/bugs/516738
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.



More information about the Ubuntu-server-bugs mailing list