Comment 2 for bug 1481312

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

Reviewed: https://review.openstack.org/209312
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=bcf756727ab5f35404baf013eb2eea85f28d6312
Submitter: Jenkins
Branch: master

commit bcf756727ab5f35404baf013eb2eea85f28d6312
Author: ricolin <email address hidden>
Date: Wed Aug 5 09:49:47 2015 +0800

    OS::Cinder::VolumeType help doc string contains redundant info

    All resource types except the volumetype is provided without example template.
    But volumeType is provided with example, which is not consistent with other
    resource types and it introduce maintenance overheat.
    This patch remove the example template provided in the doc string
    of heat/engine/resources/openstack/cinder/cinder_volume_type.py

    Change-Id: Ic7f2a2f2a289f52486551770187cf3def8a4b942
    Closes-Bug: #1481312