Json file should without chef banner

The format of the default chef banner is not considered as a comment in
json file. The comment for json file should start with "//" or "/* */".

This patch remove the chef banner in glance metadata template.

Change-Id: I70d3f3d5d03704880c66a850a38441084154a62e
Closes-Bug: #1485893
This commit is contained in:
Lan Qi song 2015-08-18 16:12:05 +08:00 committed by Lan Qi Song
parent f707472c4c
commit 17bd6c9c7c
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
<%= node["openstack"]["image"]["custom_template_banner"] %>
{
"id": "<%= node['openstack']['image']['filesystem_store_metadata_id'] %>",
"mountpoint": "<%= node['openstack']['image']['filesystem_store_metadata_mountpoint'] %>"