Skip to content
Snippets Groups Projects
Commit 536fda25 authored by Guido Trotter's avatar Guido Trotter
Browse files

Add a few aliases for startup/shutdown

These aliases are widely used to think of these operations and save some typing
too. Even though there is some thought to make start/stop the default operation
name I don't think this should happen for 1.2, for now adding it as an alias is
fine.

Reviewed-by: iustinp
parent dbfd89dd
No related branches found
No related tags found
No related merge requests found
......@@ -940,6 +940,8 @@ commands = {
aliases = {
'activate_block_devs': 'activate-disks',
'start': 'startup',
'stop': 'shutdown',
}
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment