← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1602422] Re: Many tracebacks building keystone docs

 

Reviewed:  https://review.openstack.org/421468
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=9785f6a006ad0ef9d6a9a6e6436895401b0cbf7f
Submitter: Jenkins
Branch:    master

commit 9785f6a006ad0ef9d6a9a6e6436895401b0cbf7f
Author: Steve Martinelli <s.martinelli@xxxxxxxxx>
Date:   Tue Jan 17 14:35:20 2017 -0500

    switch @hybrid_property to @property
    
    The purpose of hybrid is so that you can use your attribute at the
    class level in a query. At the instance level, it is identical to
    @property
    
    A hybrid property is only needed when referenced at the class level,
    for instance.
    
    class Wozzle(...)
    
      @hybrid_property
      def foo(..)
    
    If referencing Wozzle.foo, then you need a hybrid property, otherwise
    a regular @property will work just fine.
    
    Change-Id: Ifd3ff9a888919e09b80e87282af829bc14693369
    Closes-Bug: 1602422


** Changed in: keystone
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1602422

Title:
  Many tracebacks building keystone docs

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  When building keystone's documentation with tox -e venv -- python
  setup.py build_sphinx there are many errors/tracebacks. You can see
  examples at http://logs.openstack.org/86/320586/61/check/gate-
  keystone-docs/e10418b/console.html#_2016-07-12_18_34_14_520037.

  To reproduce run:

    tox -e venv -- python setup.py build_sphinx

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


References