Merge "Fix cluster host network when mgmt is tagged"

This commit is contained in:
Zuul 2019-02-08 17:38:43 +00:00 committed by Gerrit Code Review
commit 1d01b2c70a
1 changed files with 2 additions and 1 deletions

View File

@ -2475,7 +2475,7 @@ class ConfigAssistant():
while True:
user_input = input(
"Configure an cluster host VLAN [y/N]: ")
"Configure a cluster host VLAN [y/N]: ")
if user_input.lower() == 'q':
raise UserQuit
elif user_input.lower() == 'y':
@ -3223,6 +3223,7 @@ class ConfigAssistant():
self.cluster_host_interface_name = \
self.management_interface_name
self.cluster_host_interface = self.management_interface
self.cluster_host_vlan = self.management_vlan
self.cluster_host_interface_configured = True
# External OAM network configuration