]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat : fix glanceclient deprecation warning
authorSteven Hardy <shardy@redhat.com>
Wed, 26 Sep 2012 13:51:08 +0000 (14:51 +0100)
committerSteven Hardy <shardy@redhat.com>
Wed, 26 Sep 2012 14:27:15 +0000 (15:27 +0100)
commitd9f63269f1a0205811cd84487787c8c1291a952b
tree19c2cc8aac03b88abe41121fafd4309e01c8afa3
parent8f1de0c11ae7d2c357656f73590f9e3b3f73c990
heat : fix glanceclient deprecation warning

glanceclient module name changed for F18, so do
a conditional import which should import the correct
version provided one is available (tested on F17/F18)

Fixes #251

Change-Id: I095560f29a408949a7d54795fc000c094b1d63b9
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/tests/functional/util.py
heat/utils.py