Comment 4 for bug 1314097

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

Reviewed: https://review.openstack.org/91086
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=9f6679ebd3c7436989b03b81c52b908657363a72
Submitter: Jenkins
Branch: master

commit 9f6679ebd3c7436989b03b81c52b908657363a72
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Tue Apr 29 18:56:04 2014 +0300

    Make port-id and net-id keys mutually exclusive

    These keys are never used together, and port-id always takes precedence
    in Nova API when present. This patch makes these parameters mutually
    exclusive and updates help strings accordingly.

    Change-Id: I207dc637cb69d9ab3ff6024a657d2c1890057b4d
    Closes-Bug: #1314097