Skip to content

Commit

Permalink
Merge pull request #853 from coreycb/bug/2037751/yoga
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 b1830f0 + 5b7c40d commit d7b18c4
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 @@ -568,7 +568,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 d7b18c4

Please sign in to comment.