Merge "fix a typo in layer_openstack.py"

This commit is contained in:
Zuul 2018-07-12 17:05:41 +00:00 committed by Gerrit Code Review
commit 7161d3e341
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)