]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Support ISO8601 duration format for UpdatePolicy PauseTime
authorWinson Chan <winson.c.chan@intel.com>
Sun, 1 Sep 2013 20:13:58 +0000 (13:13 -0700)
committerWinson Chan <winson.c.chan@intel.com>
Sun, 1 Sep 2013 20:20:40 +0000 (13:20 -0700)
commitf70d459ea6dd1b5e994d6a2fb0ded4b4f4c0d8d3
treeff611b154c50e0fce9dd501ed3d0f85a10f7de3c
parent752da8e0c1b22709fcbbbe906efb48dbf2217510
Support ISO8601 duration format for UpdatePolicy PauseTime

Adds a timeutils module in heat common to handle ISO 8601
duration format. Separating this as a different patch per
request.

Change-Id: I2fe6fccde838f4ddac6b898e4518ffb33e2a76fc
Implements: blueprint as-update-policy
heat/common/timeutils.py [new file with mode: 0644]
heat/tests/test_iso8601_utils.py [new file with mode: 0644]