From 4268af659f0f58c647e1f016d4b410913a413d3b Mon Sep 17 00:00:00 2001 From: Sachin Bansal Date: Fri, 12 Feb 2016 12:42:17 -0800 Subject: [PATCH] Fix reaction map rule for network policy When a network is updated, we need to walk to the connected service instances' VMIs so that we can update their VRF assign rules. Change-Id: Ie9ef56a5a56f3d4392443d82264c20cdd20e6bfb Closes-Bug: 1539293 --- src/config/schema-transformer/to_bgp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/schema-transformer/to_bgp.py b/src/config/schema-transformer/to_bgp.py index 68b9cf2a5e1..356adf975c1 100644 --- a/src/config/schema-transformer/to_bgp.py +++ b/src/config/schema-transformer/to_bgp.py @@ -101,7 +101,8 @@ class SchemaTransformer(object): 'self': ['virtual_network', 'network_policy', 'service_instance'], 'service_instance': ['virtual_network'], 'network_policy': ['virtual_network'], - 'virtual_network': ['virtual_network', 'network_policy'] + 'virtual_network': ['virtual_network', 'network_policy', + 'service_instance'] }, 'security_group': { 'self': ['security_group'],