Fix special characters issue in quotas in DCM 42/113142/8
authorIgor D.C <igor.duarte.cardoso@intel.com>
Fri, 25 Sep 2020 00:15:58 +0000 (00:15 +0000)
committerIgor D.C <igor.duarte.cardoso@intel.com>
Mon, 28 Sep 2020 22:38:41 +0000 (22:38 +0000)
commit4009ff23fa17910728c7985c89e65f4ac4ce3def
tree082cabd0333d0faf4398a55565ea4580156342c6
parent2b971d6e7f234a5ff192c2a0415e4fde6f32f849
Fix special characters issue in quotas in DCM

Before this patch, any resource quotas, say, with a dot (like
limits.cpu), would not be stored properly in the database and thus
unusable and ignored by DCM logical cloud apply operation.

Issue-ID: MULTICLOUD-1143
Change-Id: I178e66756bc9bb2798427233d15196d0e2559a99
Signed-off-by: Igor D.C <igor.duarte.cardoso@intel.com>
src/dcm/pkg/module/apply.go
src/dcm/pkg/module/quota.go