deb-glance/glance/db
Ashish Jain fe7ef09b38 Fixes glance-manage exporting meta definitions issue
While using glance-manage db_export_metadefs the command fails
with NoSuchColumnError for column 'name'. The issue is with calling
function _export_data_to_file populating the values for
resource_type_associations. This resource_type_associations expect
one of the fields as 'name' whereas the function call _get_resource_type
is returning an 'id'. Modified the _get_resource_type method to return
whole resource type object.

Change-Id: I1fb3f8eb60fec354d4897debd9034bf61d1a57b4
Closes-Bug: #1434237
2015-04-09 16:47:54 +02:00
..
registry Database layer for Artifact Repository 2015-03-27 02:48:15 +03:00
simple Database layer for Artifact Repository 2015-03-27 02:48:15 +03:00
sqlalchemy Fixes glance-manage exporting meta definitions issue 2015-04-09 16:47:54 +02:00
__init__.py Add the ability to specify the sort dir for each key 2015-03-12 12:00:45 +00:00
metadata.py Provide a way to upgrade metadata definitions 2015-03-12 00:26:16 -04:00
migration.py Move from oslo.db to oslo_db 2015-01-12 19:03:20 +00:00