heat/heat/engine
Ethan Lynn 006b95949c Prevent excessive validation for maxPersonality limit
We have PERSONALITY property on OS::Nova::Server that defaults to {},
but code that triggers check for limits compares value of property
to None -> this property always get validated for limits (if limit is
set).

Change-Id: I552a03cd9f4ab570aa059349ab361bb50c9c0d1e
Closes-bug: #1333283
(cherry picked from commit 78b68ba0da)
2014-09-19 15:02:35 +08:00
..
cfn Do not validate constraints in schema constructor 2014-06-10 13:34:27 +02:00
hot Do not validate constraints in schema constructor 2014-06-10 13:34:27 +02:00
notification Fix misspellings in heat 2014-02-11 08:29:37 +08:00
resources Prevent excessive validation for maxPersonality limit 2014-09-19 15:02:35 +08:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Don't log exception for None timeout_mins 2014-03-28 13:25:43 +00:00
attributes.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
clients.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
constraints.py Do not validate constraints in schema constructor 2014-06-10 13:34:27 +02:00
dependencies.py Use six.move.xrange to replace xrange 2014-03-14 09:32:24 +08:00
environment.py Pass the parent's registry into child stacks 2014-06-25 13:48:12 +12:00
event.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
function.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
parameter_groups.py Do not validate constraints in schema constructor 2014-06-10 13:34:27 +02:00
parameters.py Fix String Parameter Receive a unicode 2014-06-20 23:58:32 +08:00
parser.py Do no re-validate parameters for existing stacks 2014-06-10 13:35:11 +02:00
plugin_manager.py Add a plugin_manager module 2014-03-03 21:10:42 -05:00
properties.py Do not validate constraints in schema constructor 2014-06-10 13:34:27 +02:00
resource.py Pass the parent's registry into child stacks 2014-06-25 13:48:12 +12:00
scheduler.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
service.py Stop periodic watcher tasks before deleting stack 2014-07-15 12:05:03 -05:00
signal_responder.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
stack_lock.py Remove decorators for exceptions 2014-03-07 20:13:38 -07:00
stack_resource.py Pass the parent's registry into child stacks 2014-06-25 13:48:12 +12:00
stack_user.py Catch NotFound exception on user delete_key 2014-03-18 16:45:12 -07:00
support.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
template.py Do not validate constraints in schema constructor 2014-06-10 13:34:27 +02:00
timestamp.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
update.py Remove vim header from files. 2014-03-04 08:51:56 -06:00
watchrule.py Remove vim header from files. 2014-03-04 08:51:56 -06:00