Merge "Pass 'ssh_network' to 'astute.yaml' during save-only"

This commit is contained in:
Jenkins 2016-04-11 10:08:33 +00:00 committed by Gerrit Code Review
commit a47ee7a605
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ def save_only(iface, settingsfile=consts.SETTINGS_FILE):
"ADMIN_NETWORK/dhcp_pool_start": dynamic_start,
"ADMIN_NETWORK/dhcp_pool_end": dynamic_end,
"ADMIN_NETWORK/dhcp_gateway": ip,
"ADMIN_NETWORK/ssh_network": network.getCidr(ip, netmask),
"HOSTNAME": hostname,
"DNS_DOMAIN": domain,
"DNS_SEARCH": domain,