Merge "Fix typo in metadef for Cinder Volume Type"
This commit is contained in:
commit
de4fb865c0
@ -96,7 +96,7 @@
|
|||||||
instance: 'OS::Nova::Server',
|
instance: 'OS::Nova::Server',
|
||||||
volume: 'OS::Cinder::Volume',
|
volume: 'OS::Cinder::Volume',
|
||||||
volume_snapshot: 'OS::Cinder::Snapshot',
|
volume_snapshot: 'OS::Cinder::Snapshot',
|
||||||
volume_type: 'OS:Cinder::VolumeType'
|
volume_type: 'OS::Cinder::VolumeType'
|
||||||
}[resource]
|
}[resource]
|
||||||
};
|
};
|
||||||
if (propertiesTarget) {
|
if (propertiesTarget) {
|
||||||
|
@ -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 :).
|
Loading…
x
Reference in New Issue
Block a user