Remove unused method from metadata app

_get_ovsdb_connection_string is not used anywhere
in the project.

Change-Id: I0bb667846065d5363560394a5ebf1a160fe2836a
This commit is contained in:
Lihi Wishnitzer 2018-02-19 15:42:27 +02:00
parent cb2540392b
commit fcf0345d01
1 changed files with 0 additions and 3 deletions

View File

@ -485,9 +485,6 @@ class DFMetadataProxyHandler(BaseMetadataProxyHandler):
self.conf = conf
self.nb_api = nb_api
def _get_ovsdb_connection_string(self):
return 'tcp:{}:6640'.format(cfg.CONF.df.management_ip)
def get_headers(self, req):
remote_addr = req.remote_addr
if not remote_addr: