Remove parser.py

Bug #1442011 reported by Ethan Lynn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Heat
Fix Released
Undecided
Ethan Lynn

Bug Description

Remove heat/engine/parser.py, all the classes are split into stack.py and template.py

https://github.com/openstack/heat/blob/master/heat/engine/parser.py

from heat.engine import stack
from heat.engine import template

# Note: these classes are here for backwards compatibility.
# New uses of the Stack class should use stack.Stack().
#
Template = template.Template
Stack = stack.Stack

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

Fix proposed to branch: master
Review: https://review.openstack.org/171967

Changed in heat:
assignee: nobody → Ethan Lynn (ethanlynn)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (master)

Reviewed: https://review.openstack.org/171967
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=65a77a3105f5154aa6a1c3845ba9fcb4bde4b348
Submitter: Jenkins
Branch: master

commit 65a77a3105f5154aa6a1c3845ba9fcb4bde4b348
Author: Ethan Lynn <email address hidden>
Date: Thu Apr 9 16:02:55 2015 +0800

    Show deprecated warnings when import parser

    Classes in parser.py are already split to stack.py and
    template.py, it's not recommended to import it.

    Closes-Bug: #1442011
    Change-Id: Ia8cc0ca07e7926fe8b7d9f5c89b39053a799e689

Changed in heat:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in heat:
milestone: none → liberty-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in heat:
milestone: liberty-1 → 5.0.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.