[Yahoo-eng-team] [Bug 1279000] Re: db migrate script to set charset=utf8 for all tables

2014-10-27 Thread Mark Vanderwiel
** Changed in: openstack-chef
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1279000

Title:
  db migrate script to set charset=utf8 for all tables

Status in OpenStack Image Registry and Delivery Service (Glance):
  Fix Released
Status in OpenStack + Chef:
  Fix Released
Status in The Oslo library incubator:
  Fix Released
Status in “glance” package in Ubuntu:
  Fix Released
Status in “glance” source package in Trusty:
  Fix Released

Bug description:
  2014-02-11 17:42:15.495 26564 CRITICAL glance [-] ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance Traceback (most recent call last):
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv//bin/glance-manage, line 13, in module
  2014-02-11 17:42:15.495 26564 TRACE glance sys.exit(main())
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 220, in main
  2014-02-11 17:42:15.495 26564 TRACE glance return CONF.command.action_fn()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 121, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance CONF.command.current_version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 98, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance 
migration.db_sync(db_migration.MIGRATE_REPO_PATH, version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 195, in db_sync
  2014-02-11 17:42:15.495 26564 TRACE glance _db_schema_sanity_check()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 216, in _db_schema_sanity_check
  2014-02-11 17:42:15.495 26564 TRACE glance ) % ','.join(table_names))
  2014-02-11 17:42:15.495 26564 TRACE glance ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance

  glance-manage fail to come up with above error. It's like due to following 
commit in oslo wherein we enforce charset=utf8 for all tables.
  7aa94df Add a db check for CHARSET=utf8

  I think we should have a migration script to change the charset for
  all tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1279000/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1279000] Re: db migrate script to set charset=utf8 for all tables

2014-08-14 Thread JJ Asghar
Here is the openstack + chef bug report: https://bugs.launchpad.net
/openstack-chef/+bug/1356887

** Also affects: openstack-chef
   Importance: Undecided
   Status: New

** Changed in: openstack-chef
   Importance: Undecided = High

** Changed in: openstack-chef
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1279000

Title:
  db migrate script to set charset=utf8 for all tables

Status in OpenStack Image Registry and Delivery Service (Glance):
  Fix Released
Status in OpenStack + Chef:
  Triaged
Status in Oslo - a Library of Common OpenStack Code:
  Fix Released
Status in “glance” package in Ubuntu:
  Fix Released
Status in “glance” source package in Trusty:
  Fix Released

Bug description:
  2014-02-11 17:42:15.495 26564 CRITICAL glance [-] ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance Traceback (most recent call last):
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv//bin/glance-manage, line 13, in module
  2014-02-11 17:42:15.495 26564 TRACE glance sys.exit(main())
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 220, in main
  2014-02-11 17:42:15.495 26564 TRACE glance return CONF.command.action_fn()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 121, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance CONF.command.current_version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 98, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance 
migration.db_sync(db_migration.MIGRATE_REPO_PATH, version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 195, in db_sync
  2014-02-11 17:42:15.495 26564 TRACE glance _db_schema_sanity_check()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 216, in _db_schema_sanity_check
  2014-02-11 17:42:15.495 26564 TRACE glance ) % ','.join(table_names))
  2014-02-11 17:42:15.495 26564 TRACE glance ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance

  glance-manage fail to come up with above error. It's like due to following 
commit in oslo wherein we enforce charset=utf8 for all tables.
  7aa94df Add a db check for CHARSET=utf8

  I think we should have a migration script to change the charset for
  all tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1279000/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1279000] Re: db migrate script to set charset=utf8 for all tables

2014-04-04 Thread Thierry Carrez
** Changed in: oslo
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1279000

Title:
  db migrate script to set charset=utf8 for all tables

Status in OpenStack Image Registry and Delivery Service (Glance):
  Fix Released
Status in Oslo - a Library of Common OpenStack Code:
  Fix Released
Status in “glance” package in Ubuntu:
  Triaged
Status in “glance” source package in Trusty:
  Triaged

Bug description:
  2014-02-11 17:42:15.495 26564 CRITICAL glance [-] ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance Traceback (most recent call last):
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv//bin/glance-manage, line 13, in module
  2014-02-11 17:42:15.495 26564 TRACE glance sys.exit(main())
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 220, in main
  2014-02-11 17:42:15.495 26564 TRACE glance return CONF.command.action_fn()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 121, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance CONF.command.current_version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 98, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance 
migration.db_sync(db_migration.MIGRATE_REPO_PATH, version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 195, in db_sync
  2014-02-11 17:42:15.495 26564 TRACE glance _db_schema_sanity_check()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 216, in _db_schema_sanity_check
  2014-02-11 17:42:15.495 26564 TRACE glance ) % ','.join(table_names))
  2014-02-11 17:42:15.495 26564 TRACE glance ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance

  glance-manage fail to come up with above error. It's like due to following 
commit in oslo wherein we enforce charset=utf8 for all tables.
  7aa94df Add a db check for CHARSET=utf8

  I think we should have a migration script to change the charset for
  all tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1279000/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1279000] Re: db migrate script to set charset=utf8 for all tables

2014-04-01 Thread Dolph Mathews
** Also affects: keystone
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1279000

Title:
  db migrate script to set charset=utf8 for all tables

Status in OpenStack Image Registry and Delivery Service (Glance):
  In Progress
Status in OpenStack Identity (Keystone):
  New
Status in Oslo - a Library of Common OpenStack Code:
  Fix Committed
Status in “glance” package in Ubuntu:
  Triaged
Status in “glance” source package in Trusty:
  Triaged

Bug description:
  2014-02-11 17:42:15.495 26564 CRITICAL glance [-] ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance Traceback (most recent call last):
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv//bin/glance-manage, line 13, in module
  2014-02-11 17:42:15.495 26564 TRACE glance sys.exit(main())
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 220, in main
  2014-02-11 17:42:15.495 26564 TRACE glance return CONF.command.action_fn()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 121, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance CONF.command.current_version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 98, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance 
migration.db_sync(db_migration.MIGRATE_REPO_PATH, version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 195, in db_sync
  2014-02-11 17:42:15.495 26564 TRACE glance _db_schema_sanity_check()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 216, in _db_schema_sanity_check
  2014-02-11 17:42:15.495 26564 TRACE glance ) % ','.join(table_names))
  2014-02-11 17:42:15.495 26564 TRACE glance ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance

  glance-manage fail to come up with above error. It's like due to following 
commit in oslo wherein we enforce charset=utf8 for all tables.
  7aa94df Add a db check for CHARSET=utf8

  I think we should have a migration script to change the charset for
  all tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1279000/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1279000] Re: db migrate script to set charset=utf8 for all tables

2014-04-01 Thread Thierry Carrez
** Changed in: glance
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1279000

Title:
  db migrate script to set charset=utf8 for all tables

Status in OpenStack Image Registry and Delivery Service (Glance):
  Fix Released
Status in OpenStack Identity (Keystone):
  Incomplete
Status in Oslo - a Library of Common OpenStack Code:
  Fix Committed
Status in “glance” package in Ubuntu:
  Triaged
Status in “glance” source package in Trusty:
  Triaged

Bug description:
  2014-02-11 17:42:15.495 26564 CRITICAL glance [-] ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance Traceback (most recent call last):
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv//bin/glance-manage, line 13, in module
  2014-02-11 17:42:15.495 26564 TRACE glance sys.exit(main())
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 220, in main
  2014-02-11 17:42:15.495 26564 TRACE glance return CONF.command.action_fn()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 121, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance CONF.command.current_version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 98, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance 
migration.db_sync(db_migration.MIGRATE_REPO_PATH, version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 195, in db_sync
  2014-02-11 17:42:15.495 26564 TRACE glance _db_schema_sanity_check()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 216, in _db_schema_sanity_check
  2014-02-11 17:42:15.495 26564 TRACE glance ) % ','.join(table_names))
  2014-02-11 17:42:15.495 26564 TRACE glance ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance

  glance-manage fail to come up with above error. It's like due to following 
commit in oslo wherein we enforce charset=utf8 for all tables.
  7aa94df Add a db check for CHARSET=utf8

  I think we should have a migration script to change the charset for
  all tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1279000/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1279000] Re: db migrate script to set charset=utf8 for all tables

2014-04-01 Thread Thierry Carrez
See bug 1301036 for the keystone issue

** No longer affects: keystone

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1279000

Title:
  db migrate script to set charset=utf8 for all tables

Status in OpenStack Image Registry and Delivery Service (Glance):
  Fix Released
Status in Oslo - a Library of Common OpenStack Code:
  Fix Committed
Status in “glance” package in Ubuntu:
  Triaged
Status in “glance” source package in Trusty:
  Triaged

Bug description:
  2014-02-11 17:42:15.495 26564 CRITICAL glance [-] ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance Traceback (most recent call last):
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv//bin/glance-manage, line 13, in module
  2014-02-11 17:42:15.495 26564 TRACE glance sys.exit(main())
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 220, in main
  2014-02-11 17:42:15.495 26564 TRACE glance return CONF.command.action_fn()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 121, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance CONF.command.current_version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 98, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance 
migration.db_sync(db_migration.MIGRATE_REPO_PATH, version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 195, in db_sync
  2014-02-11 17:42:15.495 26564 TRACE glance _db_schema_sanity_check()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 216, in _db_schema_sanity_check
  2014-02-11 17:42:15.495 26564 TRACE glance ) % ','.join(table_names))
  2014-02-11 17:42:15.495 26564 TRACE glance ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance

  glance-manage fail to come up with above error. It's like due to following 
commit in oslo wherein we enforce charset=utf8 for all tables.
  7aa94df Add a db check for CHARSET=utf8

  I think we should have a migration script to change the charset for
  all tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1279000/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1279000] Re: db migrate script to set charset=utf8 for all tables

2014-03-17 Thread James Page
** Also affects: glance (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: glance (Ubuntu Trusty)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1279000

Title:
  db migrate script to set charset=utf8 for all tables

Status in OpenStack Image Registry and Delivery Service (Glance):
  In Progress
Status in Oslo - a Library of Common OpenStack Code:
  In Progress
Status in “glance” package in Ubuntu:
  New
Status in “glance” source package in Trusty:
  New

Bug description:
  2014-02-11 17:42:15.495 26564 CRITICAL glance [-] ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance Traceback (most recent call last):
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv//bin/glance-manage, line 13, in module
  2014-02-11 17:42:15.495 26564 TRACE glance sys.exit(main())
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 220, in main
  2014-02-11 17:42:15.495 26564 TRACE glance return CONF.command.action_fn()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 121, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance CONF.command.current_version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/cmd/manage.py,
 line 98, in sync
  2014-02-11 17:42:15.495 26564 TRACE glance 
migration.db_sync(db_migration.MIGRATE_REPO_PATH, version)
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 195, in db_sync
  2014-02-11 17:42:15.495 26564 TRACE glance _db_schema_sanity_check()
  2014-02-11 17:42:15.495 26564 TRACE glance   File 
/usr/local/csi/share/csi-glance.venv/lib/python2.6/site-packages/glance/openstack/common/db/sqlalchemy/migration.py,
 line 216, in _db_schema_sanity_check
  2014-02-11 17:42:15.495 26564 TRACE glance ) % ','.join(table_names))
  2014-02-11 17:42:15.495 26564 TRACE glance ValueError: Tables 
image_locations,image_members,image_properties,image_tags,images,migrate_version,task_info,tasks
 have non utf8 collation, please make sure all tables are CHARSET=utf8
  2014-02-11 17:42:15.495 26564 TRACE glance

  glance-manage fail to come up with above error. It's like due to following 
commit in oslo wherein we enforce charset=utf8 for all tables.
  7aa94df Add a db check for CHARSET=utf8

  I think we should have a migration script to change the charset for
  all tables.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1279000/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp