diff options
Diffstat (limited to 'deploy/config/network.py')
-rw-r--r-- | deploy/config/network.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/config/network.py b/deploy/config/network.py index cd38e94d..4d877a75 100644 --- a/deploy/config/network.py +++ b/deploy/config/network.py @@ -18,6 +18,7 @@ class NetworkConfig(object): 'STORAGE': 'stor', 'PUBLICAPI': 'pub', 'TENANT': 'tenant', + 'HEARTBEAT': 'hbt', } def __init__(self, network_file): |