Skip to content

Commit

Permalink
Fix reaction map rule for network policy
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Sachin Bansal committed Feb 12, 2016
1 parent 8b76f70 commit 4268af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/schema-transformer/to_bgp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 4268af6

Please sign in to comment.