Comment 9 for bug 1450291

Revision history for this message
Walter (walterxj) wrote : Re: nova-manage db sync not committing to database

  Sorry,I met same error message with cinder installation(new install) using :su -s /bin/sh -c "cinder-manage db sync" cinder.
  stderr says:/usr/lib/python2.7/site-packages/cinder/openstack/common/service.py:38: DeprecationWarning: The oslo namespace package is deprecated. Please use oslo_config instead.
  from oslo.config import cfg
No handlers could be found for logger "oslo_config.cfg"
/usr/lib/python2.7/site-packages/migrate/changeset/constraint.py:85: SAWarning: Table 'encryption' specifies columns 'volume_type_id' as primary_key=True, not matching locally specified columns 'encryption_id'; setting the current primary key columns to 'encryption_id'. This warning may become an exception in a future release
  self._set_parent(table)

  Then I check the mysql cinder db,there are many tables in it,and the cinder-api,cinder-scheduler running well.