Merge "Remove unused method _format_endpoint_name"

This commit is contained in:
Zuul 2021-06-08 23:14:21 +00:00 committed by Gerrit Code Review
commit 2408a95fec
1 changed files with 0 additions and 4 deletions

View File

@ -435,10 +435,6 @@ class DeployOvercloud(command.Command):
messages = 'Failed to deploy: %s' % str(e)
raise ValueError(messages)
def _format_endpoint_name(self, service, interface):
return re.sub('v[0-9]+', '',
service.capitalize() + interface.capitalize())
def _deploy_postconfig(self, stack, parsed_args):
self.log.debug("_deploy_postconfig(%s)" % parsed_args)