Skip to content

Commit

Permalink
Update docs for GROUP_CALL_REPORT_KEYS constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichimonji10 committed Apr 14, 2016
1 parent a3dd8c5 commit efacd0b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pulp_smash/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,10 @@
"""

GROUP_CALL_REPORT_KEYS = frozenset(('_href', 'group_id'))
"""As of this writing, group call reports are not yet documented.
"""See: `Group Call Report`_.
When Pulp 2.8 is released, group call reports will be documented on the
`Synchronous and Asynchronous Calls
<http://pulp.readthedocs.org/en/latest/dev-guide/conventions/sync-v-async.html>`_
page. In the meantime, see `issue #1448 <https://pulp.plan.io/issues/1448>`_.
.. _Group Call Report:
http://pulp.readthedocs.org/en/latest/dev-guide/conventions/sync-v-async.html#group-call-report
"""

LOGIN_KEYS = frozenset(('certificate', 'key'))
Expand Down

0 comments on commit efacd0b

Please sign in to comment.