Skip to content
Snippets Groups Projects
Commit 6cd32e68 authored by Antoine Millet's avatar Antoine Millet
Browse files

Fixed h tag to use the new background decorator API

parent f0130513
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ from cloudcontrol.common.client.tags import ttl, refresh, background
@ttl(3600 * 24) # one day
@refresh(30)
@background
@background()
def h():
"""Hostname tag."""
return getfqdn()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment