[Bug 933656] [NEW] euca-describe-instances --ipv4 does not include public ip address
Andrew Glen-Young
933656 at bugs.launchpad.net
Thu Feb 16 18:20:23 UTC 2012
Public bug reported:
I am using euca2ools with Openstack Nova in Precise Pangolin.
euca-describe-instances helpfully includes an "--ipv4" option to display
ip address information of my running instances. Unfortunately, it does
not seem to include the instances public ip address when one is assigned
to it.
Example:
$ euca-describe-instances --ipv4 i-000013d5
RESERVATION r-k6z2uziw agy_project default
INSTANCE i-000013d5 ami-0000004c 172.16.60.147 172.16.60.147 running agy 1 m1.small 2012-02-16T01:47:48Z nova
$ euca-allocate-address·
ADDRESS 8.8.8.8
$ euca-associate-address -i i-000013d5 8.8.8.8
ADDRESS 8.8.8.8 i-000013d5
What I see:
$ euca-describe-instances --ipv4 i-000013d5
RESERVATION r-k6z2uziw agy_project default
INSTANCE i-000013d5 ami-0000004c 172.16.60.147 172.16.60.147 running agy 1 m1.small 2012-02-16T01:47:48Z nova
What I expect to see:
$ euca-describe-instances --ipv4 i-000013d5
RESERVATION r-k6z2uziw agy_project default
INSTANCE i-000013d5 ami-0000004c 172.16.60.147 8.8.8.8 running agy 1 m1.small 2012-02-16T01:47:48Z nova
** 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/933656
Title:
euca-describe-instances --ipv4 does not include public ip address
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/933656/+subscriptions
More information about the Ubuntu-server-bugs
mailing list