glance/glance/db/sqlalchemy/migrate_repo/versions
Pawel Koniszewski 7454aac835 Glance Metadata Definitions Catalog - DB
Implements: blueprint metadata-schema-catalog

A common API hosted by the Glance service for vendors, admins,
services, and users to meaningfully define available key / value
pair and tag metadata. The intent is to enable better metadata
collaboration across artifacts, services, and projects for
OpenStack users.

This is about the definition of the available metadata that can
be used on different types of resources (images, artifacts,
volumes, flavors, aggregates, etc). A definition includes the
properties type, its key, it's description, and it's constraints.
This catalogue will not store the values for specific instance
properties.

Change-Id: I01cc63df3d3abe383c94cfb54598868b4bb729bb
DocImpact
Co-Authored-By: Lakshmi N Sampath <lakshmi.sampath@hp.com>
Co-Authored-By: Wayne Okuma <wayne.okuma@hp.com>
Co-Authored-By: Travis Tripp <travis.tripp@hp.com>
Co-Authored-By: Pawel Koniszewski <pawel.koniszewski@intel.com>
Co-Authored-By: Michal Jastrzebski <michal.jastrzebski@intel.com>
Co-Authored-By: Michal Dulko <michal.dulko@intel.com>
2014-08-28 10:45:53 -04:00
..
001_add_images_table.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
002_add_image_properties_table.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
003_add_disk_format.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
003_sqlite_downgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
003_sqlite_upgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
004_add_checksum.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
005_size_big_integer.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
006_key_to_name.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
006_mysql_downgrade.sql Quota column name 'key' in downgrade script 2014-08-02 02:17:05 +08:00
006_mysql_upgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
006_sqlite_downgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
006_sqlite_upgrade.sql Insure that migration 6 retains deleted image property index. 2013-03-07 13:53:11 -10:00
007_add_owner.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
008_add_image_members_table.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
009_add_mindisk_and_minram.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
010_default_update_at.py Remove vim header 2014-01-14 16:03:28 +00:00
011_make_mindisk_and_minram_notnull.py Remove vim header 2014-01-14 16:03:28 +00:00
011_sqlite_downgrade.sql Enable support for MySQL with test migrations. 2013-02-28 11:57:33 -05:00
011_sqlite_upgrade.sql Enable support for MySQL with test migrations. 2013-02-28 11:57:33 -05:00
012_id_to_uuid.py Remove vim header 2014-01-14 16:03:28 +00:00
013_add_protected.py Remove vim header 2014-01-14 16:03:28 +00:00
013_sqlite_downgrade.sql Create 'simple' db driver 2012-06-07 09:20:50 -07:00
014_add_image_tags_table.py Updates OpenStack LLC with OpenStack Foundation 2013-02-17 19:19:43 -08:00
015_quote_swift_credentials.py Refactoring Glance logging lowering levels 2014-07-17 10:03:12 +00:00
016_add_status_image_member.py Remove vim header 2014-01-14 16:03:28 +00:00
016_sqlite_downgrade.sql Fix migration 016 for sqlite. 2013-02-25 16:12:32 -05:00
017_quote_encrypted_swift_credentials.py Refactoring Glance logging lowering levels 2014-07-17 10:03:12 +00:00
018_add_image_locations_table.py Remove vim header 2014-01-14 16:03:28 +00:00
019_migrate_image_locations.py Remove vim header 2014-01-14 16:03:28 +00:00
020_drop_images_table_location.py Remove vim header 2014-01-14 16:03:28 +00:00
021_set_engine_mysql_innodb.py Remove vim header 2014-01-14 16:03:28 +00:00
022_image_member_index.py Fix migration on older postgres 2014-08-08 15:58:46 +01:00
023_placeholder.py Remove vim header 2014-01-14 16:03:28 +00:00
024_placeholder.py Remove vim header 2014-01-14 16:03:28 +00:00
025_placeholder.py Remove vim header 2014-01-14 16:03:28 +00:00
026_add_location_storage_information.py Remove vim header 2014-01-14 16:03:28 +00:00
027_checksum_index.py Remove vim header 2014-01-14 16:03:28 +00:00
028_owner_index.py Remove vim header 2014-01-14 16:03:28 +00:00
029_location_meta_data_pickle_to_string.py Remove vim header 2014-01-14 16:03:28 +00:00
030_add_tasks_table.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
031_remove_duplicated_locations.py Fix glance db migration failed on 031 2014-03-05 16:50:53 +08:00
032_add_task_info_table.py Enable hacking H301 and disable H304, H302 2014-02-18 16:05:18 +04:00
033_add_location_status.py replace dict.iteritems() with six.iteritems(dict) 2014-06-06 14:51:41 +00:00
034_add_virtual_size.py Add a virtual_size attribute to the Image model 2014-02-13 15:13:10 +01:00
035_add_metadef_tables.py Glance Metadata Definitions Catalog - DB 2014-08-28 10:45:53 -04:00
__init__.py Create 'simple' db driver 2012-06-07 09:20:50 -07:00