Comment 3 for bug 1314097

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to python-troveclient (master)

Reviewed: https://review.openstack.org/91085
Committed: https://git.openstack.org/cgit/openstack/python-troveclient/commit/?id=b03152810dfe9b4b881b8789a82c8521e8cb372f
Submitter: Jenkins
Branch: master

commit b03152810dfe9b4b881b8789a82c8521e8cb372f
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Tue Apr 29 18:52:23 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: I61170291468757b47b043bd81f022704dd38e3d0
    Closes-Bug: #1314097