Fix CommonImageProperties missing ":"
The namespace had inconsistent naming when compared to other namespaces. OS::Glance:CommonImageProperties should be OS::Glance::CommonImageProperties Change-Id: Iea9860be66eb06250f8a53b8c44ab787e9c8082a Closes-Bug: 1367545
This commit is contained in:
parent
c0ad23ae32
commit
83b8c25306
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"display_name": "Common Image Properties",
|
"display_name": "Common Image Properties",
|
||||||
"namespace": "OS::Glance:CommonImageProperties",
|
"namespace": "OS::Glance::CommonImageProperties",
|
||||||
"description": "When adding an image to Glance, you may specify some common image properties that may prove useful to consumers of your image.",
|
"description": "When adding an image to Glance, you may specify some common image properties that may prove useful to consumers of your image.",
|
||||||
"protected": true,
|
"protected": true,
|
||||||
"resource_type_associations" : [
|
"resource_type_associations" : [
|
||||||
|
Loading…
Reference in New Issue
Block a user