Merge "remove unused configration"

This commit is contained in:
Zuul 2021-01-26 07:54:02 +00:00 committed by Gerrit Code Review
commit 6dfc7fc148
1 changed files with 0 additions and 6 deletions

View File

@ -47,12 +47,6 @@ Guest monitoring interval of VM status (in seconds).
* The file path of qemu guest agent sock.
* Please use Python raw string notation as regular expressions.
e.g. r'/var/lib/libvirt/qemu/org\.qemu\.guest_agent\..*\.instance-.*\.sock'
'''),
cfg.BoolOpt('callback_paused_event',
default=True,
help='''
* True: Callback for VM paused events.
* False: Do not callback for VM paused events.
'''),
]