diff options
| author | Zhongyue Luo <zhongyue.nah@intel.com> | 2013-04-20 16:08:10 +0800 |
|---|---|---|
| committer | Zhongyue Luo <zhongyue.nah@intel.com> | 2013-04-27 16:30:50 +0800 |
| commit | f7ae12ff655129a76df6eb8333a2c08c088253d0 (patch) | |
| tree | 60c52c12668efe0de1e4acbf9066a38c3193ddb9 /openstack-common.conf | |
| parent | f025fc90f6f69bac27a8734659d9a3313f2cb010 (diff) | |
| download | nova-f7ae12ff655129a76df6eb8333a2c08c088253d0.tar.gz nova-f7ae12ff655129a76df6eb8333a2c08c088253d0.tar.xz nova-f7ae12ff655129a76df6eb8333a2c08c088253d0.zip | |
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
Diffstat (limited to 'openstack-common.conf')
| -rw-r--r-- | openstack-common.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
