shade/releasenotes/notes/router_ext_gw-b86582317bca8b39.yaml
David Shrewsbury ff82154b90 Bug fix: Do not fail on routers with no ext gw
Although I've not been able to reproduce it, some user have reported
an exception from shade in the list_router_interfaces() call when
trying to access the external_gateway_info of a router that does not
have this key set. Let's just be safe and and a check to make sure
that the key exists.

Change-Id: I949b76b2b306e5161e7ee77d6c588a77ac4c7d87
2016-03-07 14:53:28 -05:00

5 lines
119 B
YAML

---
fixes:
- No longer fail in list_router_interfaces() if a router does
not have the external_gateway_info key.