Per the API documentation;
http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-AllocateAddress.html

You cannot specify an address. It is allocated for you from a pool. If you
need a fixed location, the recommendation is to set up a DNS record and
point it to the elastic IP.

On Thu, Mar 8, 2012 at 10:13 PM, Anne Gentle <a...@openstack.org> wrote:

> ** Changed in: openstack-manuals
>       Status: New => Confirmed
>
> ** Changed in: openstack-manuals
>   Importance: Undecided => Medium
>
> --
> You received this bug notification because you are a member of
> Eucalyptus Maintainers, which is subscribed to euca2ools.
> https://bugs.launchpad.net/bugs/912355
>
> Title:
>  euca-allocate-address is not acepting any parameters
>
> Status in Euca2ools:
>  Invalid
> Status in OpenStack Manuals:
>  Confirmed
> Status in “euca2ools” package in Ubuntu:
>  Invalid
>
> Bug description:
>  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()
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/euca2ools/+bug/912355/+subscriptions
>

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

Reply via email to