Comment 3 for bug 951161

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

Reviewed: https://review.openstack.org/5227
Committed: http://github.com/openstack/nova/commit/c5e51415282330030385304c5af8216e47b84991
Submitter: Jenkins
Branch: master

commit c5e51415282330030385304c5af8216e47b84991
Author: Eoghan Glynn <email address hidden>
Date: Mon Mar 12 10:27:24 2012 +0000

    Avoid nova-manage floating create <IP addr>/32

    Fixes bug 951161

    Avoid the counter-intuitive use of the /32 range to indicate a specific
    individial IP address.

    Instead a floating IP for a specific individual address is created by
    dropping the range specifier altogether, e.g.:

      nova-manage floating create 192.168.1.150

    Change-Id: I54b124e961accefa47f6faa7f201809c545c3fa5