Merge "Add properties_target to Instance SW metadefs"

This commit is contained in:
Jenkins 2016-01-25 17:26:01 +00:00 committed by Gerrit Code Review
commit aa62cb4137
3 changed files with 8 additions and 5 deletions

View File

@ -13,7 +13,8 @@
"properties_target": "image"
},
{
"name": "OS::Nova::Instance"
"name": "OS::Nova::Instance",
"properties_target": "metadata"
},
{
"name": "OS::Trove::Instance"

View File

@ -13,7 +13,8 @@
"properties_target": "image"
},
{
"name": "OS::Nova::Instance"
"name": "OS::Nova::Instance",
"properties_target": "metadata"
}
],
"objects": [
@ -73,4 +74,4 @@
}
}
]
}
}

View File

@ -13,7 +13,8 @@
"properties_target": "image"
},
{
"name": "OS::Nova::Instance"
"name": "OS::Nova::Instance",
"properties_target": "metadata"
}
],
"objects": [
@ -99,4 +100,4 @@
}
}
]
}
}