[Yahoo-eng-team] [Bug 1423900] [NEW] Don't try to query dbus if the credentials are in the environment variables

2015-02-20 Thread Arthur Lutz (Logilab)
Public bug reported: I use nova with credentials as environment variables, and was suprised to get the following traceback : # nova list Traceback (most recent call last): File /usr/bin/nova, line 6, in module from novaclient.shell import main File

[Yahoo-eng-team] [Bug 1411215] [NEW] Add an option to replicator to select which images to compare/copy

2015-01-15 Thread Arthur Lutz (Logilab)
Public bug reported: It would be nice to add some sort of filter to images considered by glance-replicator. Two types of a filters would be nice : * a list of ids * a list of names (and maybe some sort of regexp on the names, for example --filter ubuntu-*) A quick look at the code makes me

[Yahoo-eng-team] [Bug 1400265] [NEW] Provide a way to set default public key to be used when launching a instance

2014-12-08 Thread Arthur Lutz (Logilab)
Public bug reported: This is a feature request to be able to configure for a user having multiple public keys which one would be set by default so that a user doesn't have to go into the Access Security tab every time he wants to launch an instance. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1400266] [NEW] Provide a way to set default network to be used when launching a instance

2014-12-08 Thread Arthur Lutz (Logilab)
Public bug reported: This is a feature request to be able to configure for a user having multiple networks available, having a setting on which one would be set by default so that a user doesn't have to go into the Networking tab every time he wants to launch an instance. ** Affects: horizon

[Yahoo-eng-team] [Bug 1378233] [NEW] Provide an option to ignore suspended VMs in the resource count

2014-10-07 Thread Arthur Lutz (Logilab)
Public bug reported: It would be very useful for our case scenario to be able to have an option that enables not counting suspended machines as consuming resources. The use case is having little memory available and still being able to launch new VMs when old VMs are in suspended mode. We