Remove unused method _format_endpoint_name

Change-Id: I911f9ea00d9a64af3fd4f5f0c581a5c157df104f
This commit is contained in:
Harald Jensås 2021-06-04 17:49:07 +02:00
parent 77346a461a
commit 059dff4d3d
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)