Merge "Add "data_required=True" check into heat rest api"

This commit is contained in:
Jenkins 2016-07-07 09:36:22 +00:00 committed by Gerrit Code Review
commit 297be14cbd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Validate(generic.View):
"""
url_regex = r'heat/validate/$'
@rest_utils.ajax()
@rest_utils.ajax(data_required=True)
def post(self, request):
"""Validate a template