Comment 2 for bug 1611940

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

Reviewed: https://review.openstack.org/353710
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9289e6212cf54a4ce74c7615cf74892c6a70c50d
Submitter: Jenkins
Branch: master

commit 9289e6212cf54a4ce74c7615cf74892c6a70c50d
Author: Sean Dague <email address hidden>
Date: Wed Aug 10 16:00:53 2016 -0400

    vnc host options need to support hostnames

    When updating the config options the VNC options were switched from
    StrOpt to IPOpt. However these are hostnames, they even say so in the
    option name, so IPOpt is too restrictive, and could break folks in
    upgrade if they set these to hostnames.

    Change-Id: Ib2062407dcf9cba8676b0f38aa0c63df25cc7b38
    Closes-Bug: #1611940