← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1322990] [NEW] Floating ip status is always down

 

Public bug reported:

Version
=======
IceHouse on rhel

Description
===========

floating ip status is down , it should have been solved by blueprint

https://blueprints.launchpad.net/neutron/+spec/fip-op-status

In the example below 10.35.180.21 is the floating ip an traffic ingress
the VM using it.


[root@puma04 ~(keystone_admin)]# nova show 4fcca91e-f7e5-49f1-897b-62b832e3a285
+--------------------------------------+----------------------------------------------------------+
| Property                             | Value                                                    |
+--------------------------------------+----------------------------------------------------------+
| OS-DCF:diskConfig                    | MANUAL                                                   |
| OS-EXT-AZ:availability_zone          | nova                                                     |
| OS-EXT-SRV-ATTR:host                 | puma34.scl.lab.tlv.redhat.com                            |
| OS-EXT-SRV-ATTR:hypervisor_hostname  | puma34.scl.lab.tlv.redhat.com                            |
| OS-EXT-SRV-ATTR:instance_name        | instance-00000009                                        |
| OS-EXT-STS:power_state               | 1                                                        |
| OS-EXT-STS:task_state                | -                                                        |
| OS-EXT-STS:vm_state                  | active                                                   |
| OS-SRV-USG:launched_at               | 2014-05-25T09:29:51.000000                               |
| OS-SRV-USG:terminated_at             | -                                                        |
| accessIPv4                           |                                                          |
| accessIPv6                           |                                                          |
| config_drive                         |                                                          |
| created                              | 2014-05-25T09:26:20Z                                     |
| flavor                               | m1.small (2)                                             |
| hostId                               | e67f3242d1b2299cdb639d36985e83e07cceacfab016752350fe3f4a |
| id                                   | 4fcca91e-f7e5-49f1-897b-62b832e3a285                     |
| image                                | rhel64qa (078601c8-9ba3-4c5d-9519-999d7b44efa5)          |
| key_name                             | oskey1                                                   |
| metadata                             | {}                                                       |
| name                                 | VM-net201--64-4fcca91e-f7e5-49f1-897b-62b832e3a285       |
| net201 network                       | 21.0.0.11, 10.35.180.21                                  |
| os-extended-volumes:volumes_attached | []                                                       |
| progress                             | 0                                                        |
| security_groups                      | default                                                  |
| status                               | ACTIVE                                                   |
| tenant_id                            | 5e0a487fe11c467791ac321fdcbad392                         |
| updated                              | 2014-05-25T09:29:51Z                                     |
| user_id                              | 2847beda74c14add8c530323c4d79ef9                         |
+--------------------------------------+----------------------------------------------------------+
[root@puma04 ~(keystone_admin)]# neutron port-list 
+--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------+
| id                                   | name | mac_address       | fixed_ips                                                                           |
+--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------+
| 07a501ce-eab9-4977-9dd9-6fb553970388 |      | fa:16:3e:7b:c7:4a | {"subnet_id": "0d0bae41-1a00-4311-b3a8-a986757fc226", "ip_address": "21.0.0.7"}     |
| 147ac99a-a9bf-4167-84e5-861f258baf4d |      | fa:16:3e:ee:6b:79 | {"subnet_id": "ad562c3c-543e-46e7-9e32-f5cb0ce141d7", "ip_address": "22.0.0.1"}     |
| 1ba17fd5-3502-4078-a4d0-74e909a9544a |      | fa:16:3e:66:fb:1e | {"subnet_id": "4fea0f86-30b1-4677-bc5d-880335746870", "ip_address": "10.35.180.20"} |

| 908e30ce-14b3-4426-bcc2-83eafd3a41dd |      | fa:16:3e:24:28:b5 |
{"subnet_id": "4fea0f86-30b1-4677-bc5d-880335746870", "ip_address":
"10.35.180.21"} | <<<<<<<<<<<

| fc896af0-cf68-46ce-84f4-e3c0e9ce8be1 |      | fa:16:3e:9c:54:da | {"subnet_id": "0d0bae41-1a00-4311-b3a8-a986757fc226", "ip_address": "21.0.0.11"}    |
+--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------+
[root@puma04 ~(keystone_admin)]# neutron port-show 908e30ce-14b3-4426-bcc2-83eafd3a41dd
+-----------------------+-------------------------------------------------------------------------------------+
| Field                 | Value                                                                               |
+-----------------------+-------------------------------------------------------------------------------------+
| admin_state_up        | True                                                                                |
| allowed_address_pairs |                                                                                     |
| binding:host_id       |                                                                                     |
| binding:profile       | {}                                                                                  |
| binding:vif_details   | {}                                                                                  |
| binding:vif_type      | unbound                                                                             |
| binding:vnic_type     | normal                                                                              |
| device_id             | 029f199a-c0df-4bc9-ae48-b7e25aa23692                                                |
| device_owner          | network:floatingip                                                                  |
| extra_dhcp_opts       |                                                                                     |
| fixed_ips             | {"subnet_id": "4fea0f86-30b1-4677-bc5d-880335746870", "ip_address": "10.35.180.21"} |
| id                    | 908e30ce-14b3-4426-bcc2-83eafd3a41dd                                                |
| mac_address           | fa:16:3e:24:28:b5                                                                   |
| name                  |                                                                                     |
| network_id            | 00d23345-d2df-471f-83f8-841e3742799c                                                |
| security_groups       |                                                                                     |
| status                | DOWN                                                                                | <<<<<<<<<<
| tenant_id             |                                                                                     |
+-----------------------+-------------------------------------------------------------------------------------+

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1322990

Title:
  Floating ip status is always down

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  Version
  =======
  IceHouse on rhel

  Description
  ===========

  floating ip status is down , it should have been solved by blueprint

  https://blueprints.launchpad.net/neutron/+spec/fip-op-status

  In the example below 10.35.180.21 is the floating ip an traffic
  ingress the VM using it.

  
  [root@puma04 ~(keystone_admin)]# nova show 4fcca91e-f7e5-49f1-897b-62b832e3a285
  +--------------------------------------+----------------------------------------------------------+
  | Property                             | Value                                                    |
  +--------------------------------------+----------------------------------------------------------+
  | OS-DCF:diskConfig                    | MANUAL                                                   |
  | OS-EXT-AZ:availability_zone          | nova                                                     |
  | OS-EXT-SRV-ATTR:host                 | puma34.scl.lab.tlv.redhat.com                            |
  | OS-EXT-SRV-ATTR:hypervisor_hostname  | puma34.scl.lab.tlv.redhat.com                            |
  | OS-EXT-SRV-ATTR:instance_name        | instance-00000009                                        |
  | OS-EXT-STS:power_state               | 1                                                        |
  | OS-EXT-STS:task_state                | -                                                        |
  | OS-EXT-STS:vm_state                  | active                                                   |
  | OS-SRV-USG:launched_at               | 2014-05-25T09:29:51.000000                               |
  | OS-SRV-USG:terminated_at             | -                                                        |
  | accessIPv4                           |                                                          |
  | accessIPv6                           |                                                          |
  | config_drive                         |                                                          |
  | created                              | 2014-05-25T09:26:20Z                                     |
  | flavor                               | m1.small (2)                                             |
  | hostId                               | e67f3242d1b2299cdb639d36985e83e07cceacfab016752350fe3f4a |
  | id                                   | 4fcca91e-f7e5-49f1-897b-62b832e3a285                     |
  | image                                | rhel64qa (078601c8-9ba3-4c5d-9519-999d7b44efa5)          |
  | key_name                             | oskey1                                                   |
  | metadata                             | {}                                                       |
  | name                                 | VM-net201--64-4fcca91e-f7e5-49f1-897b-62b832e3a285       |
  | net201 network                       | 21.0.0.11, 10.35.180.21                                  |
  | os-extended-volumes:volumes_attached | []                                                       |
  | progress                             | 0                                                        |
  | security_groups                      | default                                                  |
  | status                               | ACTIVE                                                   |
  | tenant_id                            | 5e0a487fe11c467791ac321fdcbad392                         |
  | updated                              | 2014-05-25T09:29:51Z                                     |
  | user_id                              | 2847beda74c14add8c530323c4d79ef9                         |
  +--------------------------------------+----------------------------------------------------------+
  [root@puma04 ~(keystone_admin)]# neutron port-list 
  +--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------+
  | id                                   | name | mac_address       | fixed_ips                                                                           |
  +--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------+
  | 07a501ce-eab9-4977-9dd9-6fb553970388 |      | fa:16:3e:7b:c7:4a | {"subnet_id": "0d0bae41-1a00-4311-b3a8-a986757fc226", "ip_address": "21.0.0.7"}     |
  | 147ac99a-a9bf-4167-84e5-861f258baf4d |      | fa:16:3e:ee:6b:79 | {"subnet_id": "ad562c3c-543e-46e7-9e32-f5cb0ce141d7", "ip_address": "22.0.0.1"}     |
  | 1ba17fd5-3502-4078-a4d0-74e909a9544a |      | fa:16:3e:66:fb:1e | {"subnet_id": "4fea0f86-30b1-4677-bc5d-880335746870", "ip_address": "10.35.180.20"} |

  | 908e30ce-14b3-4426-bcc2-83eafd3a41dd |      | fa:16:3e:24:28:b5 |
  {"subnet_id": "4fea0f86-30b1-4677-bc5d-880335746870", "ip_address":
  "10.35.180.21"} | <<<<<<<<<<<

  | fc896af0-cf68-46ce-84f4-e3c0e9ce8be1 |      | fa:16:3e:9c:54:da | {"subnet_id": "0d0bae41-1a00-4311-b3a8-a986757fc226", "ip_address": "21.0.0.11"}    |
  +--------------------------------------+------+-------------------+-------------------------------------------------------------------------------------+
  [root@puma04 ~(keystone_admin)]# neutron port-show 908e30ce-14b3-4426-bcc2-83eafd3a41dd
  +-----------------------+-------------------------------------------------------------------------------------+
  | Field                 | Value                                                                               |
  +-----------------------+-------------------------------------------------------------------------------------+
  | admin_state_up        | True                                                                                |
  | allowed_address_pairs |                                                                                     |
  | binding:host_id       |                                                                                     |
  | binding:profile       | {}                                                                                  |
  | binding:vif_details   | {}                                                                                  |
  | binding:vif_type      | unbound                                                                             |
  | binding:vnic_type     | normal                                                                              |
  | device_id             | 029f199a-c0df-4bc9-ae48-b7e25aa23692                                                |
  | device_owner          | network:floatingip                                                                  |
  | extra_dhcp_opts       |                                                                                     |
  | fixed_ips             | {"subnet_id": "4fea0f86-30b1-4677-bc5d-880335746870", "ip_address": "10.35.180.21"} |
  | id                    | 908e30ce-14b3-4426-bcc2-83eafd3a41dd                                                |
  | mac_address           | fa:16:3e:24:28:b5                                                                   |
  | name                  |                                                                                     |
  | network_id            | 00d23345-d2df-471f-83f8-841e3742799c                                                |
  | security_groups       |                                                                                     |
  | status                | DOWN                                                                                | <<<<<<<<<<
  | tenant_id             |                                                                                     |
  +-----------------------+-------------------------------------------------------------------------------------+

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


Follow ups

References