Comment 3 for bug 1281565

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

Reviewed: https://review.openstack.org/74396
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=7df22ac0d17b87b85d7ded8f42f117a109a68ecf
Submitter: Jenkins
Branch: master

commit 7df22ac0d17b87b85d7ded8f42f117a109a68ecf
Author: Rhys Oxenham <email address hidden>
Date: Wed Feb 19 09:02:15 2014 +0100

    Fixes root_helper copy and paste problem with openstack-config

    The documentation asks the user to use openstack-config to apply
    a change to the root_helper parameter. With the way that
    openstack-config works it expects parameters to be organised properly.
    Therefore, any white space between arguments is assumed to be
    a seperate argument, hence it is ignored; the solution is to
    parenthesise the parameter required, encompassing all white space.

    Note: Rebased since https://review.openstack.org/#/c/74243/

    Change-Id: I2ab702d97828311f3fa409b6cb88931cd5f6c315
    Closes-Bug: #1281565
    backport: havana