Skip to content

Commit

Permalink
neutron lbaas-listener-create fails in liberty
Browse files Browse the repository at this point in the history
It is failed since path_prefix is not set in the plugin.
neutron_lbass v2 prefix is set as path_prefix

Change-Id: Id73852958815e13664fe16c6d03952405b6f51f7
Closes-Bug: #1557807
  • Loading branch information
ymariappan committed Mar 16, 2016
1 parent f9b710e commit 1fc4e8d
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -8,6 +8,8 @@
class LoadBalancerPluginV2(LoadBalancerPluginDbV2):
supported_extension_aliases = ["lbaasv2", "extra_lbaas_opts"]

path_prefix = loadbalancerv2.LOADBALANCERV2_PREFIX

def __init__(self):
super(LoadBalancerPluginV2, self).__init__()

Expand Down

0 comments on commit 1fc4e8d

Please sign in to comment.