Comment 2 for bug 1716772

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

Reviewed: https://review.openstack.org/502519
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=297ef395e474e610f4b4348859fe23401b19b9cc
Submitter: Jenkins
Branch: master

commit 297ef395e474e610f4b4348859fe23401b19b9cc
Author: Lance Bragstad <email address hidden>
Date: Mon Sep 11 17:32:17 2017 +0000

    Use DocumentedRuleDefault instead of RuleDefault

    The policy-and-docs-in-code Queens goal outlines the work
    required for projects to move policy into code and document the
    operations and defaults.

    This commit replaces occurrences of RuleDefault
    with DocumentedRuleDefault where appropriate,
    which requires additional attributes when used that supply more
    documentation in rendered policy files.
    Using DocumentedRuleDefault produces more descriptive generated policy
    descriptons in 'configuration' section of ironic docs.

    Change-Id: Idc35a5fbe2583e5fd712108a48eb9cec7cbecb76
    Closes-Bug: #1716772