Comment 8 for bug 1513486

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/7.0)

Reviewed: https://review.openstack.org/243063
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=7c4dc12b9e16ef8ad1354acd53c5a6eafbafd743
Submitter: Jenkins
Branch: stable/7.0

commit 7c4dc12b9e16ef8ad1354acd53c5a6eafbafd743
Author: Matthew Mosesohn <email address hidden>
Date: Mon Nov 9 15:21:51 2015 +0300

    Disable --save-only mode during post-deployment

    Backport of https://review.openstack.org/#/c/242109/
    (full link because fuelmenu now lives in a new gitrepo)

    It is common for users to run bootstrap_admin_node to apply
    a patch to Fuel Master, which has the side effect of calling
    fuelmenu --save-only --iface=ethN. This behavior initializes
    all fields to defaults, which has negative consequences.

    Now fuelmenu --save-only --iface=ethN will result in a message
    saying that the user should run full fuelmenu in order to make
    changes.

    Change-Id: I78d3261a5e2700b7533d9873f6bec9cc4e98c362
    Closes-Bug: #1513486