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:
Travis Tripp 2014-09-09 22:32:27 -06:00
parent c0ad23ae32
commit 83b8c25306

View File

@ -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" : [