Comment 2 for bug 1296333

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo-incubator (master)

Reviewed: https://review.openstack.org/82370
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=9fed4ed593000224a74516fedb6c258cfd8c0829
Submitter: Jenkins
Branch: master

commit 9fed4ed593000224a74516fedb6c258cfd8c0829
Author: Brant Knudson <email address hidden>
Date: Sun Mar 23 12:04:26 2014 -0500

    Fix Keystone doc build errors with SQLAlchemy 0.9

    The Keystone docs failed to build when using SQLAlchemy 0.9. Among
    the errors that are reported is this one:

     sphinx.errors.SphinxWarning:
     /opt/stack/keystone/keystone/openstack/common/db/sqlalchemy/utils.py:
     docstring of keystone.openstack.common.db.sqlalchemy.utils.select:12:
     WARNING: undefined label: coretutorial_selecting (if the link has no
     caption the label must precede a section header)

    To fix this, the `select` import was removed from
    openstack.common.db.sqlalchemy.utils, and the callers were
    changed to call sqlalchemy.sql.select.

    Change-Id: I4995afc20c014f3a05aeff1d31a65b21fe279265
    Closes-Bug: #1296333