From 5af7dc422d64efdffbc64301abff33acb7ee7696 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 16 Jan 2020 22:35:16 -0500 Subject: [PATCH] Fix bad replace in default config --- client-api/pvc-api.sample.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client-api/pvc-api.sample.yaml b/client-api/pvc-api.sample.yaml index 038c2763..8a34fcb1 100644 --- a/client-api/pvc-api.sample.yaml +++ b/client-api/pvc-api.sample.yaml @@ -63,8 +63,8 @@ pvc: port: 6379 # path: Redis queue path, invariably '/0' path: /0 - # pvchv_cluster: Information about the Ceph storage cluster - pvchv_cluster: + # ceph_cluster: Information about the Ceph storage cluster + ceph_cluster: # storage_hosts: The list of hosts that the Ceph monitors are valid on; if empty (the default), # uses the list of coordinators storage_hosts: @@ -74,7 +74,7 @@ pvc: # storage_domain: The storage domain name, concatenated with the coordinators list names # to form monitor access strings storage_domain: "pvc.storage" - # pvchv_monitor_port: The port that the Ceph monitor on each coordinator listens on - pvchv_monitor_port: 6789 - # pvchv_storage_secret_uuid: Libvirt secret UUID for Ceph storage access - pvchv_storage_secret_uuid: "" + # ceph_monitor_port: The port that the Ceph monitor on each coordinator listens on + ceph_monitor_port: 6789 + # ceph_storage_secret_uuid: Libvirt secret UUID for Ceph storage access + ceph_storage_secret_uuid: ""