Bug 1324070 - RFE: PackStack Support for LBaaSv2
Summary: RFE: PackStack Support for LBaaSv2
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: Liberty
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Ivan Chavero
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-05 12:58 UTC by Marko Myllynen
Modified: 2017-06-18 06:27 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-06-18 06:27:10 UTC


Attachments (Terms of Use)

Description Marko Myllynen 2016-04-05 12:58:52 UTC
Description of problem:
Please consider adding support for configuring LBaaSv2 in PackStack.

Comment 5 Christopher Brown 2017-06-17 17:15:40 UTC
It looks like Packstack now configures v2. From the code:

    if config['CONFIG_LBAAS_INSTALL'] == 'y':
        lbaas_plugin = ('neutron_lbaas.services.loadbalancer.plugin.'
                        'LoadBalancerPluginv2')
        service_plugins.append(lbaas_plugin)
        lbaas_sp = ('LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.'
                    'plugin_driver.HaproxyOnHostPluginDriver:default')
        service_providers.append(lbaas_sp)

So can probably be closed...


Note You need to log in before you can comment on or make changes to this bug.