neutron-lib/releasenotes/notes/bgpvpn_rt_fix-6d02db6a1c22f002.yaml
Thomas Morin b309cadca1 Don't allow an empty-string Route Target
Somehow there was a mixup confusing allowing an empty list
of route targets (which is ok), and allowing a route target string to be
empty (which is not).

Change-Id: Idb97459c6d37ce027b6fef4f15883017120095e2
Closes-Bug: 1717233
2017-09-18 15:45:45 +02:00

6 lines
168 B
YAML

---
fixes:
- |
Fixes BGPVPN Interconnection API to not allow the definition of an empty
string Route Target (allowing it was simply wrong and unintentional).