Comment 8 for bug 1270204

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

Reviewed: https://review.openstack.org/67507
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=e62b70562dd8d2d94b526f3f7a52ef4aff9a3f40
Submitter: Jenkins
Branch: master

commit e62b70562dd8d2d94b526f3f7a52ef4aff9a3f40
Author: Avishay Traeger <email address hidden>
Date: Sun Jan 26 12:39:27 2014 +0200

    Allow spaces in host names in the storwize driver

    Storwize/SVC naming rules allow host objects to have spaces in their
    names. The SSH injection filter will currently reject such names, and so
    we surround the names with quotes. Please note that this doesn't allow
    to have an arbitrary character in there except a space (anything else
    will be cleaned up by the driver or rejected by the SSH injection filter
    up the call chain).

    Change-Id: If9aec40fe34293031f08d759dd930d73ead456f5
    Closes-Bug: #1270204