Comment 2 for bug 1214994

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

Reviewed: https://review.openstack.org/43163
Committed: http://github.com/openstack/cinder/commit/5a49640ba85adceb9fe91f745e5e374c3ee5a112
Submitter: Jenkins
Branch: master

commit 5a49640ba85adceb9fe91f745e5e374c3ee5a112
Author: Kurt Martin <email address hidden>
Date: Wed Aug 21 09:38:54 2013 -0700

    3PAR driver terminate connection host validation

    The 3PAR backend does not allow FQDN host names (i.e. foo.rose.hp.com),
    instead it requires just foo without the rose.hp.com. This patch will
    now validate the host name in terminate connection by calling
    _safe_host just as it was doing in initialize connection when creating
    the host on the 3PAR backend.

    Change-Id: I52e90938c782473edc93f30672a0530ab5934edc
    Fixes: bug 1214994