Fix typo in metadef for Cinder Volume Type
Closes-Bug: #2084796 Change-Id: Id1befb280389c109392840614ce04719a3a0c273 (cherry picked from commit b34bd0264b0b064994846e1b7c8cba7956610d3b)
This commit is contained in:
parent
e70198f486
commit
4bcc3dceac
@ -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) {
|
||||
|
@ -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