Merge "Remove unused method from metadata app"

This commit is contained in:
Zuul 2018-02-20 10:13:46 +00:00 committed by Gerrit Code Review
commit a5c2ec3089
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: