[Bug 485106] Re: euca2ools should read config and credentials from config file

2011-11-22 Thread graziano obertelli
** Changed in: eucalyptus
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in Ubuntu.
https://bugs.launchpad.net/bugs/485106

Title:
  euca2ools should read config and credentials from config file

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/485106/+subscriptions

-- 
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


[Bug 485106] Re: euca2ools should read config and credentials from config file

2010-01-05 Thread Dustin Kirkland
** Changed in: euca2ools (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
euca2ools should read config and credentials from config file
https://bugs.launchpad.net/bugs/485106
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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


[Bug 485106] Re: euca2ools should read config and credentials from config file

2010-01-05 Thread Dustin Kirkland
Fixed upstream, merging...

** Changed in: euca2ools (Ubuntu)
   Status: Confirmed = In Progress

-- 
euca2ools should read config and credentials from config file
https://bugs.launchpad.net/bugs/485106
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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


[Bug 485106] Re: euca2ools should read config and credentials from config file

2010-01-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/euca2ools

-- 
euca2ools should read config and credentials from config file
https://bugs.launchpad.net/bugs/485106
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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


[Bug 485106] Re: euca2ools should read config and credentials from config file

2010-01-05 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.1~bzr238-0ubuntu1

---
euca2ools (1.1~bzr238-0ubuntu1) lucid; urgency=low

  * Merge from upstream bzr revision; should fix:
- LP: #497495 - parse dir path correctly in euca-delete-bundle
- LP: #439366 - show kernel and ramdisk in euca-describe-images
- LP: #495618 - show blk dev mappings in euca-describe-image-attribute
- LP: #485106 - read credentials from config file
- LP: #450044 - create tmpfs mounts in euca-bundle-vol
- LP: #479823 - correctly handle userid in euca-bundle-vol
- LP: #461301 - fix user data encoding
  * Also, created Ubuntu packaging branch, with a common root to the upstream
project
 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 05 Jan 2010 23:13:36 -0600

** Changed in: euca2ools (Ubuntu)
   Status: In Progress = Fix Released

-- 
euca2ools should read config and credentials from config file
https://bugs.launchpad.net/bugs/485106
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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


[Bug 485106] Re: euca2ools should read config and credentials from config file

2010-01-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/euca2ools

-- 
euca2ools should read config and credentials from config file
https://bugs.launchpad.net/bugs/485106
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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


[Bug 485106] Re: euca2ools should read config and credentials from config file

2009-12-01 Thread Scott Moser
I'd also like to request the following:
 if no --config argument is found, and EUCA2OOLS_CFG is set (or some other 
environment variable) then it expected to have a path to a config file.  ie:

# read default config
unset EUCA2OOLS_CFG; euca-describe-instances

# read /tmp/my.env.eucarc
export EUCA2OOLS_CFG=/tmp/my.env.eucarc; euca-describe-instances

# read /tmp/my.cmdline.cfg
unset EUCA2OOLS_CFG; euca-describe-instances --config /tmp/my.cmdline.cfg

# read /tmp/my.cmdline.cfg
export EUCA2OOLS_CFG=/tmp/my.env.eucarc; euca-describe-instances --config 
/tmp/my.cmdline.cfg

The benefit of this is that tools that invoke the euca2ools can be
blissfully ignorant of --config, rather than having to explicitly
support it.

-- 
euca2ools should read config and credentials from config file
https://bugs.launchpad.net/bugs/485106
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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


[Bug 485106] Re: euca2ools should read config and credentials from config file

2009-11-27 Thread Launchpad Bug Tracker
** Branch linked: lp:eucalyptus/euca2ools-1.0

-- 
euca2ools should read config and credentials from config file
https://bugs.launchpad.net/bugs/485106
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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


[Bug 485106] Re: euca2ools should read config and credentials from config file

2009-11-27 Thread Neil Soman
Order of preference is user supplied config file (--config) followed by
$HOME/.eucarc followed by /etc/euca2ools/eucarc followed by the
environment.


revno: 235
committer: Neil 
branch nick: euca2ools-1.0
timestamp: Fri 2009-11-27 21:53:18 -0800
message:
  fixes #485106



** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
euca2ools should read config and credentials from config file
https://bugs.launchpad.net/bugs/485106
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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


[Bug 485106] Re: euca2ools should read config and credentials from config file

2009-11-26 Thread Chuck Short
** Changed in: euca2ools (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: euca2ools (Ubuntu)
   Status: New = Confirmed

-- 
euca2ools should read config and credentials from config file
https://bugs.launchpad.net/bugs/485106
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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