~ewanmellor/glance/lp694382

« back to all changes in this revision

Viewing changes to glance/common/db/__init__.py

  • Committer: Tarmac
  • Author(s): Rick Harris
  • Date: 2010-12-23 19:41:59 UTC
  • mfrom: (27.1.2 use_datetime_obj)
  • Revision ID: tarmac-20101223194159-304tpg996wuo6mwf
Converts timestamp attributes to datetime objects before persisting.

Refactors image_update and image_create to use the same basic code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
"""
20
20
DB abstraction for Nova and Glance
21
21
"""
22