Merge "network_association_delete function log errors"

This commit is contained in:
Jenkins
2017年06月08日 09:08:52 +00:00
committed by Gerrit Code Review

View File

@@ -87,7 +87,7 @@ def network_association_create(request, bgpvpn_id, **kwargs):
def network_association_delete(request, resource_id, bgpvpn_id):
LOG.debug("router_association_delete(): resource_id=%s bgpvpnid=%s",
LOG.debug("network_association_delete(): resource_id=%s bgpvpnid=%s",
resource_id, bgpvpn_id)
neutronclient(request).delete_network_association(resource_id, bgpvpn_id)
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.