From f7ae12ff655129a76df6eb8333a2c08c088253d0 Mon Sep 17 00:00:00 2001 From: Zhongyue Luo Date: Sat, 20 Apr 2013 16:08:10 +0800 Subject: Update NovaBase model per changes on oslo.db.sqlalchemy Fixed NovaBase to inherit from models.TimestampMixin Added metadata attribute Added db.sqlalchemy to openstack-common.conf Oslo sync command: python update.py --modules db.sqlalchemy --base nova --dest-dir ../nova Change-Id: Ie4ad8e8b235e146ddb946cdf7f15d74e060ee4a3 --- openstack-common.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'openstack-common.conf') diff --git a/openstack-common.conf b/openstack-common.conf index 2949321d5..22f5c6969 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -4,6 +4,7 @@ module=cliutils module=context module=db +module=db.sqlalchemy module=eventlet_backdoor module=excutils module=fileutils -- cgit