Merge "Fix the misspelling of "register""

This commit is contained in:
Zuul 2019-01-24 06:37:53 +00:00 committed by Gerrit Code Review
commit 13f2531826
1 changed files with 2 additions and 2 deletions

View File

@ -288,14 +288,14 @@ class ManilaCharm(charms_openstack.charm.HAOpenStackCharm):
:param keystone: the keystone relation on which to setup the endpoints
"""
# regsiter the first endpoint
# register the first endpoint
self._custom_register_endpoints(keystone, 'v1',
self.service_type,
self.region,
self.public_url,
self.internal_url,
self.admin_url)
# regsiter the second endpoint
# register the second endpoint
self._custom_register_endpoints(keystone, 'v2',
self.service_type_v2,
self.region,