fix description, tenant to project

Change-Id: I2cb959aecef692c1bc0711a2523619799540169b
This commit is contained in:
unknown 2016-11-02 16:17:19 +08:00
parent 3ec9cad79d
commit 838804527d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class BgpPlugin(service_base.ServicePluginBase,
def get_plugin_description(self):
"""returns string description of the plugin."""
return ("BGP dynamic routing service for announcement of next-hops "
"for tenant networks, floating IP's, and DVR host routes.")
"for project networks, floating IP's, and DVR host routes.")
def _setup_rpc(self):
self.topic = bgp_consts.BGP_PLUGIN