Hi Brandon Logan,

I made a change and the Load Balancer is activated! It is activated, but
not working.

After his question I realized that lbaas_agent.ini configuration using
OVS was not LinuxBridge. View the change:

/etc/neutron/lbaas_agent.ini 
#interface_driver = neutron.agent.linux.interface.OVSInterfaceDrivers 
(commented)
interface_driver = neutron.agent.linux.interface.BridgeInterfaceDriver

# tail -f /var/log/neutron/neutron-lbaasv2-agent.log
2016-05-03 11:27:46.353 12187 INFO neutron.common.config [-] Logging enabled!
2016-05-03 11:27:46.353 12187 INFO neutron.common.config [-] 
/usr/bin/neutron-lbaasv2-agent version 7.0.3
2016-05-03 11:27:46.420 12187 INFO oslo.messaging._drivers.impl_rabbit [-] 
Connecting to AMQP server on controller:5672
2016-05-03 11:27:46.434 12187 INFO oslo.messaging._drivers.impl_rabbit [-] 
Connecting to AMQP server on controller:5672
2016-05-03 11:27:46.445 12187 INFO oslo.messaging._drivers.impl_rabbit [-] 
Connected to AMQP server on controller:5672

neutron port-show fa65055e-6d24-427e-bc77-33250638edea
+-----------------------+--------------------------------------------------------------------------------------------------------------------+
| Field                 | Value                                                 
                                                             |
+-----------------------+--------------------------------------------------------------------------------------------------------------------+
| admin_state_up        | True                                                  
                                                             |
| allowed_address_pairs |                                                       
                                                             |
| binding:host_id       | controller                                            
                                                             |
| binding:profile       | {}                                                    
                                                             |
| binding:vif_details   | {"port_filter": true}                                 
                                                             |
| binding:vif_type      | bridge                                                
                                                             |
| binding:vnic_type     | normal                                                
                                                             |
| device_id             | 28501a37-90f0-4d75-9bcf-5ba4ad8f1016                  
                                                             |
| device_owner          | neutron:LOADBALANCERV2                                
                                                             |
| dns_assignment        | {"hostname": "host-192-168-100-18", "ip_address": 
"192.168.100.18", "fqdn": "host-192-168-100-18.openstacklocal."} |
| dns_name              |                                                       
                                                             |
| extra_dhcp_opts       |                                                       
                                                             |
| fixed_ips             | {"subnet_id": "f64e80e1-da2a-40b7-ba9b-903dc72242ba", 
"ip_address": "192.168.100.18"}                              |
| id                    | fa65055e-6d24-427e-bc77-33250638edea                  
                                                             |
| mac_address           | fa:16:3e:a5:1f:20                                     
                                                             |
| name                  | loadbalancer-28501a37-90f0-4d75-9bcf-5ba4ad8f1016     
                                                             |
| network_id            | 3ca8e576-63a5-4121-971b-005b245900f6                  
                                                             |
| port_security_enabled | True                                                  
                                                             |
| security_groups       | e9405c49-7541-49e0-82e5-0b6a05a55524                  
                                                             |
| status                | ACTIVE                                                
                                                             |
| tenant_id             | 60d7922e29e44dc1ac62df3fe7ba3841                      
                                                             |
+-----------------------+--------------------------------------------------------------------------------------------------------------------+
 neutron floatingip-list
+--------------------------------------+------------------+---------------------+--------------------------------------+
| id                                   | fixed_ip_address | floating_ip_address 
| port_id                              |
+--------------------------------------+------------------+---------------------+--------------------------------------+
| 418789e1-9924-498e-9ac8-054126336998 | 192.168.100.18   | 20.0.0.120          
| fa65055e-6d24-427e-bc77-33250638edea |

ping 20.0.0.120
PING 20.0.0.120 (20.0.0.120) 56(84) bytes of data.
64 bytes from 20.0.0.120: icmp_seq=1 ttl=62 time=1.03 ms
64 bytes from 20.0.0.120: icmp_seq=2 ttl=62 time=1.37 ms

curl 20.0.0.120
<html><body><h1>503 Service Unavailable</h1>
No server is available to handle this request.
</body></html>
 
Any Ideas? 

Regards,

Igor

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577630

Title:
  ERROR neutron_lbaas.agent.agent_manager - HaproxyNSDriver

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to