Skip to content

Commit

Permalink
Merge branch 'globocom:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgc authored Jul 9, 2024
2 parents 38d50b8 + 79d1ab4 commit 165e5b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkapi/api_neighbor/v4/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class LocalIpAndPeerGroupAtDifferentEnvironmentsException(APIException):

def __init__(self, neighbor):
self.detail = u'Not allowed to configure BGP neighbor using this Peer Group. ' \
u'PeerGroup id = {} is not mapped to the environment of LocalIp id = {}' \
u'PeerGroup id = {} is not mapped to the environment of LocalIp id = {}'.\
format(neighbor.peer_group, neighbor.local_ip)


Expand Down

0 comments on commit 165e5b8

Please sign in to comment.