Use config override to update dummy config for FWaaS

Change-Id: I58ea1110a2b726de506f3f09114845602bfe6917
This commit is contained in:
Adit Sarfaty 2019-07-22 14:11:58 +03:00
parent 32484dd503
commit 0a256d2942
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ class NsxFwaasCallbacksV2(firewall_l3_agent_v2.L3WithFWaaS):
def _router_dict_to_obj(self, r):
# The callbacks expect a router-info object with an agent config
agent_conf = cfg.CONF
agent_conf.set_override('metadata_access_mark', '0x1')
agent_conf.metadata_access_mark = '0x1'
return router_info.RouterInfo(
None, r['id'], router=r,