]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat cli : Rework to separate cli tool from client-API wrappers
authorSteven Hardy <shardy@redhat.com>
Wed, 15 Aug 2012 13:09:54 +0000 (14:09 +0100)
committerSteven Hardy <shardy@redhat.com>
Thu, 16 Aug 2012 11:23:50 +0000 (12:23 +0100)
commit5aa80047b65488fa02f23818ca9132e523cb8693
treeaebbc8a2288686ede1f53725205a8d1b9026cea4
parent619239527f7f5ae1bea30cba3d3bc453238b14bf
heat cli : Rework to separate cli tool from client-API wrappers

Rework to remove duplication between heat and heat-boto, and to
provide better separation between the CLI tool logic and the
underlying client API (should allow easier porting to new ReST API)

Ref #175 (partially fixes)
Fixes #192

Change-Id: Ib1f821667c40c78770a345204af923163daeffae
Signed-off-by: Steven Hardy <shardy@redhat.com>
bin/heat
bin/heat-boto [changed from file to symlink]
heat/boto_client.py [new file with mode: 0644]
heat/client.py