Skip to content

Commit

Permalink
Merge pull request #851 from coreycb/bug/2037751/antelope
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 2006e87 + 638db24 commit 33d4379
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 @@ -573,7 +573,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 33d4379

Please sign in to comment.