Comment 24 for bug 1420054

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-fuelclient (master)

Reviewed: https://review.openstack.org/157738
Committed: https://git.openstack.org/cgit/stackforge/python-fuelclient/commit/?id=bb5434f0cfefd41ee53518f936332ed2d74b1abe
Submitter: Jenkins
Branch: master

commit bb5434f0cfefd41ee53518f936332ed2d74b1abe
Author: Dmitry Shulyak <email address hidden>
Date: Fri Feb 20 14:08:51 2015 +0200

    Add commands to operate snapshot config

    Added two commands to dump snapshot config
    and provide it for snapshot task

    Will download default config and dump it to stdout

    fuel snapshot --conf > conf.yaml

    Next command will accept config as input and bypass it to snapshot
    generation request

    fuel snapshot < conf.yaml

    This is required to overwrite certain parameters if needed,
    some of those are:
    - target directory of snapshot generation
    - timeout of snapshot generation procedure
    - exclusion/inclusion of certain directories

    Depends on I5e01a7459cefe49a128192d82dd827f02866f909
    Related-Bug: 1382511
    Related-Bug: 1420054
    DocImpact

    Change-Id: I1ddab26fba1346dad30955289e7d28f4d3aa1562