]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : Add validation of stack names
authorSteven Hardy <shardy@redhat.com>
Tue, 12 Mar 2013 09:50:33 +0000 (09:50 +0000)
committerSteven Hardy <shardy@redhat.com>
Tue, 12 Mar 2013 14:25:30 +0000 (14:25 +0000)
commit2075f94b56660c97ad6e5c0829687f9d2d1803f1
treef565f311a4d956a59873e8fdca7b965e6ef44697
parent16cd2030aaa86cb040d028a1038daf07e54b19ee
heat engine : Add validation of stack names

Add regex validation of stack names, aligns us with stack names
allowed by AWS, with the addition of "." and "_" characters

fixes bug 1103447

Change-Id: I8fab0d3ad03379dfc2a18dc016e66ca8fee6cc86
heat/engine/parser.py
heat/tests/test_parser.py