Skip to content

Commit

Permalink
Merge pull request #852 from coreycb/bug/2037751/zed
Browse files Browse the repository at this point in the history
Drop @cached decorator from openstack_release()
  • Loading branch information
ajkavanagh authored Mar 4, 2024
2 parents 40e0036 + ee4b439 commit 55d7711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charmhelpers/contrib/openstack/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ def _do_install():
return openstack_release().get('OPENSTACK_CODENAME')


@cached
def openstack_release():
"""Return /etc/os-release in a dict."""
d = {}
Expand Down

0 comments on commit 55d7711

Please sign in to comment.