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.
--
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs