summaryrefslogtreecommitdiffstats
path: root/deploy/config/network.py
diff options
context:
space:
mode:
authorroot <zhou.ya@zte.com.cn>2017-07-06 10:42:50 +0800
committerroot <zhou.ya@zte.com.cn>2017-07-07 12:50:18 +0800
commit77f085712a8a7ab2cb42411f457ee87675cdf676 (patch)
tree4c56c97d737f1ce6cd93b6e482deb57419957f73 /deploy/config/network.py
parent680bac98dd00728de21dfb5e0f932a5f3a4bdcba (diff)
add extra interface to enable the keepablived plane and the api plane
Change-Id: I0157bf8b6fa9be254c61bb384065f80107ab3dda Signed-off-by: root <zhou.ya@zte.com.cn>
Diffstat (limited to 'deploy/config/network.py')
-rw-r--r--deploy/config/network.py1
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):