[Openstack] Horizon missing loadbalance UI button

Satish Patel satish.txt at gmail.com
Wed Aug 31 04:47:09 UTC 2016


But if i did this in command like look like it created but still not
showing up on GUI :(

[root at controller-1 openstack-dashboard(keystone_admin)]# neutron
lbaas-loadbalancer-create --name lb1 Private-VM-Subnet1
Created a new loadbalancer:
+---------------------+--------------------------------------+
| Field               | Value                                |
+---------------------+--------------------------------------+
| admin_state_up      | True                                 |
| description         |                                      |
| id                  | 0178544b-8683-45b3-9adf-c8a4c7542203 |
| listeners           |                                      |
| name                | lb1                                  |
| operating_status    | OFFLINE                              |
| pools               |                                      |
| provider            | haproxy                              |
| provisioning_status | PENDING_CREATE                       |
| tenant_id           | a7ae274c8f4442c2af7c0a43bc548917     |
| vip_address         | 192.168.1.8                          |
| vip_port_id         | 8c47411e-a9b6-4311-9b5a-c0cc5c268884 |
| vip_subnet_id       | 39779618-bc92-4168-bc6d-839e294df8e3 |
+---------------------+--------------------------------------+


[root at controller-1 openstack-dashboard(keystone_admin)]# neutron
lbaas-loadbalancer-list
+--------------------------------------+------+-------------+---------------------+----------+
| id                                   | name | vip_address |
provisioning_status | provider |
+--------------------------------------+------+-------------+---------------------+----------+
| 0178544b-8683-45b3-9adf-c8a4c7542203 | lb1  | 192.168.1.8 | ERROR
           | haproxy  |
+--------------------------------------+------+-------------+---------------------+----------+

On Wed, Aug 31, 2016 at 12:42 AM, Satish Patel <satish.txt at gmail.com> wrote:
> Look like mitaka deprecated "enable_lb" option in new release, now it
> auto-detect if lbaasv2 module loaded. I am seeing in load its
> successfully loaded but still not seeing in horizon :(
>
> 2016-08-31 00:00:32.789 30820 INFO neutron.manager
> [req-3fc2a849-945a-4357-89f7-ac08218015a1 - - - - -] Loading Plugin:
> neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
> 2016-08-31 00:00:33.189 30820 WARNING
> neutron.services.provider_configuration
> [req-3fc2a849-945a-4357-89f7-ac08218015a1 - - - - -] The configured
> driver neutron_lbaas.agent_scheduler.ChanceScheduler has been moved,
> automatically using neutron_lbaas.agent_scheduler.ChanceScheduler
> instead. Please update your config files, as this automatic fixup will
> be removed in a future release.
> 2016-08-31 00:00:33.445 30820 WARNING neutron.api.extensions
> [req-3fc2a849-945a-4357-89f7-ac08218015a1 - - - - -] Extension
> lbaas_agent_scheduler not supported by any of loaded plugins
> 2016-08-31 00:00:33.446 30820 INFO neutron.api.extensions
> [req-3fc2a849-945a-4357-89f7-ac08218015a1 - - - - -] Loaded extension:
> lbaas_agent_schedulerv2
> 2016-08-31 00:00:33.448 30820 WARNING neutron.api.extensions
> [req-3fc2a849-945a-4357-89f7-ac08218015a1 - - - - -] Extension lbaas
> not supported by any of loaded plugins
> 2016-08-31 00:00:33.450 30820 INFO neutron.api.extensions
> [req-3fc2a849-945a-4357-89f7-ac08218015a1 - - - - -] Loaded extension:
> lbaasv2
> 2016-08-31 00:25:27.384 35800 INFO neutron.manager
> [req-9546ee6a-36ab-44ef-a786-a3712ee02ff7 - - - - -] Loading Plugin:
> neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
> 2016-08-31 00:25:27.756 35800 WARNING
> neutron.services.provider_configuration
> [req-9546ee6a-36ab-44ef-a786-a3712ee02ff7 - - - - -] The configured
> driver neutron_lbaas.agent_scheduler.ChanceScheduler has been moved,
> automatically using neutron_lbaas.agent_scheduler.ChanceScheduler
> instead. Please update your config files, as this automatic fixup will
> be removed in a future release.
> 2016-08-31 00:25:28.002 35800 WARNING neutron.api.extensions
> [req-9546ee6a-36ab-44ef-a786-a3712ee02ff7 - - - - -] Extension
> lbaas_agent_scheduler not supported by any of loaded plugins
> 2016-08-31 00:25:28.003 35800 INFO neutron.api.extensions
> [req-9546ee6a-36ab-44ef-a786-a3712ee02ff7 - - - - -] Loaded extension:
> lbaas_agent_schedulerv2
> 2016-08-31 00:25:28.005 35800 WARNING neutron.api.extensions
> [req-9546ee6a-36ab-44ef-a786-a3712ee02ff7 - - - - -] Extension lbaas
> not supported by any of loaded plugins
> 2016-08-31 00:25:28.007 35800 INFO neutron.api.extensions
> [req-9546ee6a-36ab-44ef-a786-a3712ee02ff7 - - - - -] Loaded extension:
> lbaasv2
>
> On Wed, Aug 31, 2016 at 12:33 AM, Satish Patel <satish.txt at gmail.com> wrote:
>> I have added lbassv2 using following document:
>>
>> http://docs.openstack.org/mitaka/networking-guide/config-lbaas.html
>>
>> and enable: True in /etc/openstack-dashboard/local_settings ( Restart
>> httpd) but still i am not able to see "Load Balancer" button in
>> Network section, I am using mitaka Does it has different configuration
>> to enable lbassv2 on horizon interface?
>>
>> OPENSTACK_NEUTRON_NETWORK = {
>>     'enable_distributed_router': False,
>>     'enable_firewall': False,
>>     'enable_ha_router': False,
>>     'enable_lb': True,
>>     'enable_quotas': True,
>>     'enable_security_group': True,
>>     'enable_vpn': False,
>>     'profile_support': None,
>> }




More information about the Openstack mailing list