Comment 2 for bug 1825374

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/rocky)

Reviewed: https://review.opendev.org/653721
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=738bc3ca720d825643f7178061e54d3c39ceb1ba
Submitter: Zuul
Branch: stable/rocky

commit 738bc3ca720d825643f7178061e54d3c39ceb1ba
Author: Martin Schuppert <email address hidden>
Date: Thu Apr 18 13:43:50 2019 +0200

    fix storage.yaml to write environments/storage/nova-nfs.yaml

    753a3504184d966c63121ca95bc0135afbc83a75 removed ceph entries
    from sample-env-generator/storage.yaml which resulted in nova-nfs
    and cinder-netapp-config to be in the same section. Therefore
    environment_generator.py did not update the nova-nfs.yaml .

    Also add quotes to the nfs version as they are required in
    the resulting nova-nfs.yaml .

    Closes-Bug: #1825374

    Change-Id: I209480f209e3a8841362ea619b1c9b073c89f338
    (cherry picked from commit 693556f22388c4debb585213e0bb89d28b60c12e)