]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Move the identifier module into heat.common
authorZane Bitter <zbitter@redhat.com>
Fri, 30 Nov 2012 10:38:44 +0000 (11:38 +0100)
committerZane Bitter <zbitter@redhat.com>
Fri, 30 Nov 2012 16:05:13 +0000 (17:05 +0100)
commitb35cc6d06e9d744134197591e890e3d0ec8af3e5
treef03ab4ff3e6f20bdd3fb37e3a4bba0fd54c85dc4
parent07b312329eb1fbd90ff91970d8ebbbb4a1df211b
Move the identifier module into heat.common

It is used by both the engine and the client APIs, so it doesn't belong in
the engine.

Change-Id: I45306fd8293d1d859fde5fda9cdcf5fb0588aa2d
Signed-off-by: Zane Bitter <zbitter@redhat.com>
12 files changed:
heat/api/cfn/v1/stacks.py
heat/api/openstack/v1/events.py
heat/api/openstack/v1/resources.py
heat/api/openstack/v1/util.py
heat/common/identifier.py [moved from heat/engine/identifier.py with 100% similarity]
heat/engine/event.py
heat/engine/parser.py
heat/engine/resource.py
heat/engine/service.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_identifier.py