Skip to content

Commit

Permalink
Merge pull request #856 from coreycb/bug/2037751/wallaby
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 e8b147d + abab27d commit 2c5098f
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 @@ -571,7 +571,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 2c5098f

Please sign in to comment.