Comment 2 for bug 1333283

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/101926
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=78b68ba0da5d6ad71397538e484fb7565333129b
Submitter: Jenkins
Branch: master

commit 78b68ba0da5d6ad71397538e484fb7565333129b
Author: Serg Melikyan <email address hidden>
Date: Mon Jun 23 19:00:40 2014 +0400

    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