Comment 4 for bug 996879

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

Reviewed: https://review.openstack.org/23765
Committed: http://github.com/openstack/nova/commit/0ef60856fb2f1f1fd83647c3422e1b510a871ebd
Submitter: Jenkins
Branch: master

commit 0ef60856fb2f1f1fd83647c3422e1b510a871ebd
Author: Joe Gordon <email address hidden>
Date: Thu Mar 7 00:01:29 2013 +0000

    Make 'os-hosts/node1' case sensitivity defer to DB

    RPC is case sensitive, but URL is not, and DB can be. So pull host_name from DB
    in HostAPI RPC layer instead of from passed in from URL. This means RPC will
    always get the proper capitalization, and case sensitivity is defined in DB layer.

    Fix bug 996879

    Change-Id: I448dd4ec3aec4af1adf4487f26ea996db572fa3d