Skip to content

Commit

Permalink
LBAAS config generation on controller
Browse files Browse the repository at this point in the history
wrong reference is updated in LoadbalancerListenerSM.delete()
It should be loadbalancer_pool instead of loadbalancer_listener

Change-Id: I0c8e38a37c98bef449ba72485c613a0ec683957e
Partial-Bug: #1557222
  • Loading branch information
ymariappan committed Apr 11, 2016
1 parent 050a593 commit 15f7d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/svc-monitor/svc_monitor/config_db.py
Expand Up @@ -87,7 +87,7 @@ def delete(cls, uuid):
return
obj = cls._dict[uuid]
obj.update_single_ref('loadbalancer', {})
obj.update_single_ref('loadbalancer_listener', {})
obj.update_single_ref('loadbalancer_pool', {})
del cls._dict[uuid]
# end delete
# end class LoadbalancerListenerSM
Expand Down

0 comments on commit 15f7d8f

Please sign in to comment.