Reviewed: https://review.openstack.org/313908 Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=382e8ffaa0575f523edfe1d2d060ed29a2cfce1f Submitter: Jenkins Branch: master
commit 382e8ffaa0575f523edfe1d2d060ed29a2cfce1f Author: chen-xing <[email protected]> Date: Sun May 8 14:08:43 2016 +0800 [install] Note to ignore any deprecation messages Change-Id: I2c91e329705fdbbc5cc8d1239075d912a87f9564 Closes-Bug: #1579015 ** Changed in: openstack-manuals Status: In Progress => 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/1579015 Title: There is need a note to ignore the output when populating the Image service database Status in Glance: New Status in openstack-manuals: Fix Released Bug description: I get the following output when I populate the Image service database: # su -s /bin/sh -c "glance-manage db_sync" glance Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future. /usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py:1056: OsloDBDeprecationWarning: EngineFacade is deprecated; please use oslo_db.sqlalchemy.enginefacade expire_on_commit=expire_on_commit, _conf=conf) /usr/lib/python2.7/site-packages/pymysql/cursors.py:146: Warning: Duplicate index 'ix_image_properties_image_id_name' defined on the table 'glance.image_properties'. This is deprecated and will be disallowed in a future release. result = self._query(query) It seems an error occurred. Actually it just reminds the reader of the deprecated information. We need add a note that ignore any warnings in this output. ----------------------------------- Release: 0.1 on 2016-05-06 06:57 SHA: 417a30a5bc61886726f27f0cbbeccc0e26050dca Source: http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/install-guide/source/glance-install.rst URL: http://docs.openstack.org/mitaka/install-guide-rdo/glance-install.html To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1579015/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

