fix a typo in layer_openstack.py

Change-Id: I66a8321b1f4686c06692f4db0e89f4071a855f2e
This commit is contained in:
melissaml 2018-05-24 15:59:06 +08:00
parent ff5f2d22ed
commit 0379563ca4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ def default_install():
The instance automagically becomes the derived OpenStackCharm instance.
The kv() key charmers.openstack-release-version' is used to cache the
release being used for this charm. It is determined by the
default_select_release() function below, unless this is overriden by
default_select_release() function below, unless this is overridden by
the charm author
"""
unitdata.kv().unset(defaults.OPENSTACK_RELEASE_KEY)