Browse Source
In order to avoid confusion with the metadata agent in ML2/OVS, the configuration file for OVN metadata agent is renamed. Change-Id: I1e47e421a629086ce14444aba9c6e8a8ff3a489fchanges/16/483916/6
8 changed files with 22 additions and 22 deletions
@ -1,6 +0,0 @@
|
||||
================== |
||||
metadata_agent.ini |
||||
================== |
||||
|
||||
.. show-options:: |
||||
:config-file: etc/oslo-config-generator/metadata_agent.ini |
@ -0,0 +1,6 @@
|
||||
================================= |
||||
networking_ovn_metadata_agent.ini |
||||
================================= |
||||
|
||||
.. show-options:: |
||||
:config-file: etc/oslo-config-generator/networking_ovn_metadata_agent.ini |
@ -1,9 +0,0 @@
|
||||
========================= |
||||
Sample metadata_agent.ini |
||||
========================= |
||||
|
||||
This sample configuration can also be viewed in `the raw format |
||||
<../../_static/config_samples/metadata_agent.conf.sample>`_. |
||||
|
||||
.. literalinclude:: |
||||
../../_static/config_samples/metadata_agent.conf.sample |
@ -0,0 +1,9 @@
|
||||
======================================== |
||||
Sample networking_ovn_metadata_agent.ini |
||||
======================================== |
||||
|
||||
This sample configuration can also be viewed in `the raw format |
||||
<../../_static/config_samples/networking_ovn_metadata_agent.conf.sample>`_. |
||||
|
||||
.. literalinclude:: |
||||
../../_static/config_samples/networking_ovn_metadata_agent.conf.sample |
@ -1,5 +1,5 @@
|
||||
[DEFAULT] |
||||
output_file = etc/metadata_agent.ini.sample |
||||
output_file = etc/networking_ovn_metadata_agent.ini.sample |
||||
wrap_width = 79 |
||||
|
||||
namespace = networking_ovn.metadata.agent |
Loading…
Reference in new issue