diff options
author | sebdet <sebastien.determe@intl.att.com> | 2018-11-30 19:13:06 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2018-11-30 19:13:06 +0100 |
commit | 13cd99b20365b23d1db641eb367456a961d89c33 (patch) | |
tree | 0909bda60e31fe3af7b25cae91a9fa00c47b9d47 /src/test/resources/example/sdc/sdcCinderVolume.json | |
parent | 8122a24a24cd581e8dde2729269109918f6a5452 (diff) |
Replace wrong name
Replace wrong names in samples
Issue-ID: CLAMP-252
Change-Id: I17dc8715ac1080c7f8823dc4903f0b68b9774067
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources/example/sdc/sdcCinderVolume.json')
-rw-r--r-- | src/test/resources/example/sdc/sdcCinderVolume.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/example/sdc/sdcCinderVolume.json b/src/test/resources/example/sdc/sdcCinderVolume.json index 1832a9aa5..776226c8d 100644 --- a/src/test/resources/example/sdc/sdcCinderVolume.json +++ b/src/test/resources/example/sdc/sdcCinderVolume.json @@ -10,6 +10,6 @@ "lifecycleState": "CERTIFIED", "lastUpdaterUserId": "user", "lastUpdaterFullName": "Jimmy Hendrix", - "toscaResourceName": "org.openecomp.resource.vfc.nodes.heat.cinder.Volume", + "toscaResourceName": "org.onap.resource.vfc.nodes.heat.cinder.Volume", "description": "Represents a server-local block storage device that provides persistent storage to guest virtual machines. " }
\ No newline at end of file |