Skip to content

Fix neutron loadbalancer update/delete bug#42

Open
xiaolihope wants to merge 1 commit intounitedstack:masterfrom
xiaolihope:fix-neutron-loadbalancer
Open

Fix neutron loadbalancer update/delete bug#42
xiaolihope wants to merge 1 commit intounitedstack:masterfrom
xiaolihope:fix-neutron-loadbalancer

Conversation

@xiaolihope
Copy link

This commit aimed to fix the delete loadbalancer funtion.
With this commit it can fix the following two bugs:

  1. when update loadbalancer, met the error:
    self.no_billing_resource_method[method_name](env, start_response,
    ERROR oslo_middleware.catch_errors KeyError: 'put_lbaas/loadbalancers'
  2. when delete the loadbalancer, met the error:
    show failed (client error): loadbalancer None could not be found

This commit aimed to fix the delete loadbalancer funtion.
With this commit it can fix the following two bugs:
1. when update loadbalancer, met the error:
self.no_billing_resource_method[method_name](env, start_response,
ERROR oslo_middleware.catch_errors KeyError: 'put_lbaas/loadbalancers'
2. when delete the loadbalancer, met the error:
show failed (client error): loadbalancer None could not be found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant