Revision 1bf69a52 snf-cyclades-app/synnefo/logic/management/commands/server-inspect.py
b/snf-cyclades-app/synnefo/logic/management/commands/server-inspect.py | ||
---|---|---|
61 | 61 |
if len(args) != 1: |
62 | 62 |
raise CommandError("Please provide a server ID") |
63 | 63 |
|
64 |
vm = common.get_vm(args[0]) |
|
64 |
vm = common.get_vm(args[0], for_update=True)
|
|
65 | 65 |
|
66 | 66 |
displayname = options['displayname'] |
67 | 67 |
|
Also available in: Unified diff