Merge "Fix typo in metadef for Cinder Volume Type"

This commit is contained in:
Zuul 2024-12-11 14:17:15 +00:00 committed by Gerrit Code Review
commit de4fb865c0
2 changed files with 7 additions and 1 deletions

View File

@ -96,7 +96,7 @@
instance: 'OS::Nova::Server',
volume: 'OS::Cinder::Volume',
volume_snapshot: 'OS::Cinder::Snapshot',
volume_type: 'OS:Cinder::VolumeType'
volume_type: 'OS::Cinder::VolumeType'
}[resource]
};
if (propertiesTarget) {

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fix typo in metadef resource type. When Horizon retrieve possible
metadata for Cinder Volume Type it will now retrieve
OS::Cinder::VolumeType instead of OS:Cinder::VolumeType (note first :).