Comment 2 for bug 1443963

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

Reviewed: https://review.openstack.org/175816
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=9b6dada8e371d9e77db129b15acb03a35115591a
Submitter: Jenkins
Branch: master

commit 9b6dada8e371d9e77db129b15acb03a35115591a
Author: Ramaraja Ramachandran <email address hidden>
Date: Tue Apr 21 16:40:40 2015 +0530

    Security group rule create fails

    By default the --dst-port value is set to None when no --dst-port
    argument is provided. By making the default value (0, 0), this allows
    novaclient to proceed without any error.

    Change-Id: Ibb58f5df5ed1890a8f499dd2467b12b0e79d547b
    Closes-Bug: #1443963