Change etcd_host to etcd_address in QEMU driver, add etcd_host and etcd aliases for convenience

This commit is contained in:
Vitaliy Filippov
2021-07-09 02:12:43 +03:00
parent bff413584d
commit a23f5535a3
5 changed files with 19 additions and 11 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ Index: qemu/qapi/block-core.json
+# @pool: Pool ID
+# @size: Desired image size in bytes
+# @config_path: Path to Vitastor configuration
+# @etcd_host: etcd connection address(es)
+# @etcd_address: etcd connection address(es)
+# @etcd_prefix: etcd key/value prefix
+##
+{ 'struct': 'BlockdevOptionsVitastor',
@@ -33,7 +33,7 @@ Index: qemu/qapi/block-core.json
+ '*size': 'uint64',
+ '*image': 'str',
+ '*config_path': 'str',
+ '*etcd_host': 'str',
+ '*etcd_address': 'str',
+ '*etcd_prefix': 'str' } }
+
+##