Merge "fix description, tenant to project"

This commit is contained in:
Jenkins 2016-11-14 19:59:06 +00:00 committed by Gerrit Code Review
commit 315d776fc4
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