From a1bea1bfe22525a23a8f4e8238061e208a838bd6 Mon Sep 17 00:00:00 2001 From: Greg Piatigorski Date: Fri, 8 Sep 2017 09:04:20 -0700 Subject: [PATCH] Fix Chargeable Storage rate description typo https://bugzilla.redhat.com/show_bug.cgi?id=1487433 --- db/fixtures/chargeable_fields.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/fixtures/chargeable_fields.yml b/db/fixtures/chargeable_fields.yml index e373651833c..c181964473c 100644 --- a/db/fixtures/chargeable_fields.yml +++ b/db/fixtures/chargeable_fields.yml @@ -41,12 +41,12 @@ :group: fixed :source: compute_2 - :metric: derived_vm_allocated_disk_storage - :description: Allocated Disk Storag + :description: Allocated Disk Storage :group: storage :source: allocated :measure: Bytes Units - :metric: derived_vm_used_disk_storage - :description: Used Disk Storag + :description: Used Disk Storage :group: storage :source: used :measure: Bytes Units