Comment 3 for bug 1298749

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

Reviewed: https://review.openstack.org/83768
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=b5af5416ee645a5b3c7a835f8101cde7e8a7d771
Submitter: Jenkins
Branch: master

commit b5af5416ee645a5b3c7a835f8101cde7e8a7d771
Author: Denis Makogon <email address hidden>
Date: Fri Mar 28 16:53:43 2014 +0200

    Fix create call for security group rules

    We need to fix the create security group call to
    correctly use the per-datastore configs to set the
    port, and protocol values for the security group rule.

    The only parameter that the trove user should be able to
    specify for the rule is the CIDR.

    Changes:
    - Use the datastore specific ports and protocol for creating
      the new security group rule.

    Changes:
    - using datastore-specific ports for building new rules, based upon income CIDR;

    Change-Id: Ic1440f735b6cf2b8b4f29c5ab9f48bcb427ca9e6
    Closes-Bug: #1298749