Comment 5 for bug 1330178

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

Reviewed: https://review.openstack.org/100169
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=7a2348bca6ee20e82144033e2da1305427f156c7
Submitter: Jenkins
Branch: master

commit 7a2348bca6ee20e82144033e2da1305427f156c7
Author: Emilien Macchi <email address hidden>
Date: Mon Jun 16 07:32:11 2014 +0200

    javelin: add network and secgroup resources

    This patch aims to bring Neutron support in tempest/javelin by:
    - create networks
    - create subnets in the networks
    - create routers
    - connect routers to networks
    - Create security groups and rules
    - Assign a security group after server creation
    - Check security groups survive after upgrade

    Partial-bug #1330178
    Change-Id: I2f54aec71e452361f9741b4ccb5d5bb6f358abf9
    Co-Authored-By: Jakub Libosvar <email address hidden>