~0x44/nova/bug838466

« back to all changes in this revision

Viewing changes to nova/db/sqlalchemy/migration.py

  • Committer: Tarmac
  • Author(s): vladimir.p
  • Date: 2011-08-25 16:14:44 UTC
  • mfrom: (1453.3.16 nova)
  • Revision ID: tarmac-20110825161444-oj48iwhpq7c5d6j7
Added:
- volume metadata
- volume types
- volume types extra_specs

Volume create API receives volume types & metadata.

Work in progress on Openstack APIs for volume types & extra_specs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
                          'users', 'user_project_association',
65
65
                          'user_project_role_association',
66
66
                          'user_role_association',
67
 
                          'volumes'):
 
67
                          'volumes', 'volume_metadata',
 
68
                          'volume_types', 'volume_type_extra_specs'):
68
69
                assert table in meta.tables
69
70
            return db_version_control(1)
70
71
        except AssertionError: