Fix the misspelling of "register"

Change-Id: I4e3a45bd70c058dcfce8987f2e9ca3d007501004
This commit is contained in:
lijunjie 2019-01-23 16:57:36 +08:00
parent 2a8f616dcb
commit 93f18d1856
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,