Fix help message for external_network_bridge

Patch [1] removed the deprecation of the external_network_bridge
config option. This fix cleans up the help message.

[1] https://review.openstack.org/#/c/305693

Change-Id: Ied206eb90939ffeff2253e5ef0fe3fb55761a0b1
Closes-Bug: #1563070
This commit is contained in:
Andreas Scheuring 2016-06-01 12:53:37 +02:00
parent 2c8a57f4d7
commit 3ce3053407
1 changed files with 1 additions and 2 deletions

View File

@ -88,8 +88,7 @@ EXT_NET_BRIDGE_OPTS = [
"traffic. This should be set to an empty value for the "
"Linux Bridge. When this parameter is set, each L3 "
"agent can be associated with no more than one external "
"network. This option is deprecated and will be removed "
"in the M release.")),
"network.")),
]