Render metadata proxy configuration files during config changed

This commit is contained in:
James Page 2013-01-18 10:24:14 +00:00
parent d06d45f59c
commit 0c8b33dc36
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,8 @@ def config_changed():
render_quantum_conf()
render_plugin_conf()
render_l3_agent_conf()
render_metadata_agent_conf()
render_metadata_api_conf()
if PLUGIN == qutils.OVS:
qutils.add_bridge(qutils.INT_BRIDGE)
qutils.add_bridge(qutils.EXT_BRIDGE)

View File

@ -1 +1 @@
47
48