This is to ensure that the deprecation warning shows up
in the docs.[1]
1. https://review.openstack.org/#/c/232353/1/doc/common/tables/neutron-l3_agent.xml
Closes-Bug: #
1494066
Change-Id: Id2ddec42df3ab376244bbf37b1cdd8b524382f7c
cfg.StrOpt('external_network_bridge', default='br-ex',
deprecated_for_removal=True,
help=_("Name of bridge used for external network "
- "traffic.")),
+ "traffic. This option is deprecated and will be removed "
+ "in the M release.")),
cfg.IntOpt('metadata_port',
default=9697,
help=_("TCP Port used by Neutron metadata namespace "
cfg.StrOpt('external_network_bridge', default='br-ex',
deprecated_for_removal=True,
help=_("Name of bridge used for external network "
- "traffic.")),
+ "traffic. This option is deprecated and will be "
+ "removed in the M release.")),
]
def __init__(self, conf, client, driver):