← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1380965] Re: Floating IPs don't have instance ids in Juno

 

Confirmed:

ubuntu@james-page-bastion:~/openstack-charm-testing⟫ nova floating-ip-list
+------------+-----------+--------------+---------+
| Ip         | Server Id | Fixed Ip     | Pool    |
+------------+-----------+--------------+---------+
| 10.5.150.1 | -         | 192.168.21.2 | ext_net |
+------------+-----------+--------------+---------+
ubuntu@james-page-bastion:~/openstack-charm-testing⟫ nova list
+--------------------------------------+------+--------+------------+-------------+----------------------------------+
| ID                                   | Name | Status | Task State | Power State | Networks                         |
+--------------------------------------+------+--------+------------+-------------+----------------------------------+
| 47d46f8f-cdcc-4aa8-b6ac-b8033f6d4968 | test | ACTIVE | -          | Running     | private=192.168.21.2, 10.5.150.1 |
+--------------------------------------+------+--------+------------+-------------+----------------------------------+


** Also affects: nova (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1380965

Title:
  Floating IPs don't have instance ids in Juno

Status in OpenStack Compute (Nova):
  New
Status in “nova” package in Ubuntu:
  New

Bug description:
  In Icehouse, when I associate a floating IP with an instance, the Nova
  API for listing floating IPs (/os-floating-ips) gives you the instance
  ID of the associated instance:

    {"floating_ips": [{"instance_id": "82c2aff3-511b-
  4e9e-8353-79da86281dfd", "ip": "10.1.151.1", "fixed_ip": "10.10.0.4",
  "id": "8113e71b-7194-447a-ad37-98182f7be80a", "pool": "ext_net"}]}

  
  With latest rc for Juno, the instance_id always seem to be null:

    {"floating_ips": [{"instance_id": null, "ip": "10.96.201.0",
  "fixed_ip": "10.10.0.8", "id": "00ffd9a0-5afe-4221-8913-7e275da7f82a",
  "pool": "ext_net"}]}

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


References