Comment 3 for bug 1231235

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

Reviewed: https://review.openstack.org/49019
Committed: http://github.com/openstack/horizon/commit/37f2916b338fe4c57c02e4985bfcd6a4dade1b04
Submitter: Jenkins
Branch: master

commit 37f2916b338fe4c57c02e4985bfcd6a4dade1b04
Author: KC Wang <email address hidden>
Date: Mon Sep 16 11:24:04 2013 -0700

    Fix add policy missing rule issue

    In firewalls/workflows.py retrieve 'rule' instead of 'firewall_rules'
    from AddPolciy post message. In test_add_policy_post, we need to
    ensure 'firewall_policy_id' field is not set before added to policy.

    Change-Id: I5f9ff81f42f4f8c7ce5c638c9074cc2dec4e1434
    Closes-Bug: #1231235