Comment 4 for bug 1412303

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

Reviewed: https://review.openstack.org/148806
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=38890b5facf0442d8992f4bec84b96387b4e8bd0
Submitter: Jenkins
Branch: master

commit 38890b5facf0442d8992f4bec84b96387b4e8bd0
Author: ghanshyam <email address hidden>
Date: Wed Jan 21 15:24:18 2015 +0900

    Fix _create_loginable_secgroup_rule in scenario manager

    In NetworkScenarioTest, _create_security_group does not pass the
    requested client to _create_loginable_secgroup_rule.

    If sec grp is being created with different client than admin or primary
    cred then, _create_loginable_secgroup_rule will through Bad Request.
    This is because sec grp is being created with different tenant and tests
    try to add rule with different tenant.

    This patch fix above issue.

    Closes-Bug: 1412303

    Change-Id: I558fec9081644b795f550ae4e63f133e22d6f325