No suitable Edge found for subnet

Bug #1688195 reported by shaofeng cheng
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
vmware-nsx
New
Undecided
Unassigned

Bug Description

I'm used newton vesion.

 I create LBaaS pool faile.

 throw error:

2017-05-04 15:39:43.919 21 INFO neutron_lbaas.services.loadbalancer.plugin [req-a10c7c93-a448-4e20-a377-e51826681e39 e08f37db11784a7e93844d4bb15e61a6 f2395f7cac914e6f971c67b5604b7a83 - - -] Calling driver operation EdgeLoadBalancerManager.create
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin [req-a10c7c93-a448-4e20-a377-e51826681e39 e08f37db11784a7e93844d4bb15e61a6 f2395f7cac914e6f971c67b5604b7a83 - - -] There was an error in the driver
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin Traceback (most recent call last):
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin File "/var/lib/kolla/venv/lib/python2.7/site-packages/neutron_lbaas/services/loadbalancer/plugin.py", line 165, in _call_driver_operation
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin driver_method(context, db_entity, **kwargs)
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin File "/var/lib/kolla/venv/lib/python2.7/site-packages/oslo_log/helpers.py", line 48, in wrapper
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin return method(*args, **kwargs)
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin File "/var/lib/kolla/venv/lib/python2.7/site-packages/neutron_lbaas/drivers/vmware/edge_driver_v2.py", line 44, in create
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin self.nsxv_driver.loadbalancer.create(context, lb)
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin File "/var/lib/kolla/venv/lib/python2.7/site-packages/oslo_log/helpers.py", line 48, in wrapper
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin return method(*args, **kwargs)
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin File "/var/lib/kolla/venv/lib/python2.7/site-packages/vmware_nsx/services/lbaas/nsx_v/v2/loadbalancer_mgr.py", line 43, in create
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin raise n_exc.BadRequest(resource='edge-lbaas', msg=msg)
2017-05-04 15:39:44.325 21 ERROR neutron_lbaas.services.loadbalancer.plugin BadRequest: Bad edge-lbaas request: No suitable Edge found for subnet aeeb95d7-7d5c-4062-894a-f155a2691f47.

I config files:

 neutron.conf
        [default]
        .....
        core_plugin = vmware_nsx.plugin.NsxVPlugin
        service_plugins = neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
        .....

        neutron_lbaas.conf
        [service_providers]
         service_provider = LOADBALANCERV2:VMWareEdge:neutron_lbaas.drivers.vmware.edge_driver_v2.EdgeLoadBalancerDriverV2:default
         [service_auth]
         auth_url = http://192.168.216.226:5000/v2.0
         admin_tenant_name = admin
         admin_user = admin
         admin_password = admin
         auth_version = 2
         region = RegionOne
         endpoint_type = internal

        nsx.ini
        [nsxv]
        user = admin
        password = Admin123
        manager_uri = https://192.168.103.231
        insecure = True
        cluster_moid = domain-c26
        datacenter_moid = datacenter-21
        resource_pool_id = resgroup-27
        datastore_id = datastore-38
        external_network = dvportgroup-106
        vdn_scope_id = vdnscope-1
        dvs_id = dvs-48
        backup_edge_pool = service:compact:1:2,vdr:compact:1:3
        spoofguard_enabled = false
        metadata_initializer = true
        edge_ha = false

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.