Comment 2 for bug 1397313

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

Reviewed: https://review.openstack.org/137784
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=9c877f3172fca65619b1b50bd327b30541cdc439
Submitter: Jenkins
Branch: master

commit 9c877f3172fca65619b1b50bd327b30541cdc439
Author: Peter Razumovsky <email address hidden>
Date: Fri Nov 28 16:18:51 2014 +0300

    Fix error msg invalid stack or res name

    If template contains resource with name like
    'res/name', we will get traceback instead of
    correct error message. The same situation with
    stack name: if it's incorrect, we will get
    traceback.

    Change-Id: I4a0e51ff649aaaad5f18f52383dab186dab54230
    Closes-bug: #1397313