提交 a9c779ca 编写于 作者: D Daniel P. Berrange

Fix mistakes in augeas lens

Add nmissing 'host_uuid' entry to libvirtd.conf lens and
rename spice_passwd to spice_password in qemu.conf lens
Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 c5c3278e
...@@ -62,6 +62,7 @@ module Libvirtd = ...@@ -62,6 +62,7 @@ module Libvirtd =
let logging_entry = int_entry "log_level" let logging_entry = int_entry "log_level"
| str_entry "log_filters" | str_entry "log_filters"
| str_entry "log_outputs" | str_entry "log_outputs"
| int_entry "log_buffer_size"
let auditing_entry = int_entry "audit_level" let auditing_entry = int_entry "audit_level"
| bool_entry "audit_logging" | bool_entry "audit_logging"
...@@ -70,6 +71,8 @@ module Libvirtd = ...@@ -70,6 +71,8 @@ module Libvirtd =
| int_entry "keepalive_count" | int_entry "keepalive_count"
| bool_entry "keepalive_required" | bool_entry "keepalive_required"
let misc_entry = str_entry "host_uuid"
(* Each enty in the config is one of the following three ... *) (* Each enty in the config is one of the following three ... *)
let entry = network_entry let entry = network_entry
| sock_acl_entry | sock_acl_entry
...@@ -80,6 +83,7 @@ module Libvirtd = ...@@ -80,6 +83,7 @@ module Libvirtd =
| logging_entry | logging_entry
| auditing_entry | auditing_entry
| keepalive_entry | keepalive_entry
| misc_entry
let comment = [ label "#comment" . del /#[ \t]*/ "# " . store /([^ \t\n][^\n]*)?/ . del /\n/ "\n" ] let comment = [ label "#comment" . del /#[ \t]*/ "# " . store /([^ \t\n][^\n]*)?/ . del /\n/ "\n" ]
let empty = [ label "#empty" . eol ] let empty = [ label "#empty" . eol ]
......
...@@ -35,7 +35,7 @@ module Libvirtd_qemu = ...@@ -35,7 +35,7 @@ module Libvirtd_qemu =
| str_entry "spice_listen" | str_entry "spice_listen"
| bool_entry "spice_tls" | bool_entry "spice_tls"
| str_entry "spice_tls_x509_cert_dir" | str_entry "spice_tls_x509_cert_dir"
| str_entry "spice_passwd" | str_entry "spice_password"
| str_entry "security_driver" | str_entry "security_driver"
| bool_entry "security_default_confined" | bool_entry "security_default_confined"
| bool_entry "security_require_confined" | bool_entry "security_require_confined"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册