Comment 11 for bug 1383258

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

Reviewed: https://review.openstack.org/212555
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=11c4e4c3985949f776367dd5045102c6398aef89
Submitter: Jenkins
Branch: master

commit 11c4e4c3985949f776367dd5045102c6398aef89
Author: Alex Schultz <email address hidden>
Date: Thu Aug 13 09:31:51 2015 -0500

    Fix rabbitmq data restore for large datasets

    Previously we were sending the json backup data on the command line
    which fails when the dataset is large. This change updates the command
    line options for curl to pass the filename directly and let it handle
    the reading of the data.

    Change-Id: I37f298279beca06df41fb08e1745602976c6a776
    Closes-Bug: 1383258