[Bug 912355] [NEW] euca-allocate-address is not acepting any parameters

2012-01-05 Thread Nicolas Valcarcel
Public bug reported:

euca-allocate-address is ignoring the address passed to it and instead
using the next ip not allocated:

nxvl@mulgore:~$ euca-allocate-address 192.168.1.6
ADDRESS 192.168.1.1
nxvl@mulgore:~$ euca-allocate-address 192.168.1.6
ADDRESS 192.168.1.2
nxvl@mulgore:~$ euca-allocate-address 192.168.1.6
ADDRESS 192.168.1.3
nxvl@mulgore:~$ euca-allocate-address 192.168.1.6
ADDRESS 192.168.1.4
nxvl@mulgore:~$ euca-allocate-address 192.168.1.6
ADDRESS 192.168.1.5

issue is it's not using any parameters:


nxvl@mulgore:~$ cat /usr/bin/euca-allocate-address
(...)
import euca2ools.commands.euca.allocateaddress

if __name__ == '__main__':
cmd = euca2ools.commands.euca.allocateaddress.AllocateAddress()
cmd.main_cli()

** Affects: euca2ools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  euca-allocate-address is not acepting any parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/912355/+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


Re: [Bug 912355] [NEW] euca-allocate-address is not acepting any parameters

2012-01-05 Thread Scott Moser
On Thu, 5 Jan 2012, Nicolas Valcarcel wrote:

 Public bug reported:

 euca-allocate-address is ignoring the address passed to it and instead
 using the next ip not allocated:

What made you think that it was supposed to take a parameter?
ec2-allocate-address does not take parameters.

Maybe some eucalyptus specific code did?

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

Title:
  euca-allocate-address is not acepting any parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/912355/+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