Changeset 13762 in genesis
- Timestamp:
- Jan 21, 2017, 11:53:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r13761 r13762 744 744 def create_proxies_list(): 745 745 if not ileiden_proxies or not normal_proxies: 746 for i in range(1,50): 746 # Placeholder for to-be-installed proxies, this will avoid updating the all 747 # nodes to include this new machine, yet due to an unbound issue, this list 748 # has to be kept small. 749 750 for i in range(1,20): 747 751 ileiden_proxies['172.31.254.%i' % i] = {'nodename' : 'unused'} 748 752
Note:
See TracChangeset
for help on using the changeset viewer.