Skip to content

Commit

Permalink
Use "none" default instead of "default"
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Oct 29, 2020
1 parent 56ba7b1 commit b783588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-cli/cli_lib/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def format_info(config, domain_information, long_output):
formatted_node_autostart = domain_information['node_autostart']

if not domain_information.get('migration_method'):
formatted_migration_method = "default"
formatted_migration_method = "none"
else:
formatted_migration_method = domain_information['migration_method']

Expand Down

0 comments on commit b783588

Please sign in to comment.