]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Tolerate missing keys in reformat_dict_keys
authorSteve Baker <sbaker@redhat.com>
Wed, 20 Mar 2013 21:42:28 +0000 (10:42 +1300)
committerSteve Baker <sbaker@redhat.com>
Wed, 20 Mar 2013 21:50:35 +0000 (10:50 +1300)
commita924df95b53de114898e185d70ff2d98ae3b7a87
treeb866880883ea75d22a6f0a8a636daff1071dd208
parent8c6dfdea9bd3504461845fe3c6bfa2d24e633570
Tolerate missing keys in reformat_dict_keys

For validate, some keys are optional but still need mapping
if they are there.

Helps bug #1157537

Change-Id: Ib29cd99979a84892a98117c607651ea4c352e3d1
heat/api/aws/utils.py
heat/tests/test_api_aws.py