Versions in this module Expand all Collapse all v0 v0.0.1 Jan 19, 2019 Changes in this version + func CreateExternalNetwork(t *testing.T, client *gophercloud.ServiceClient) (*networks.Network, error) + func CreatePortWithSecurityGroup(t *testing.T, client *gophercloud.ServiceClient, ...) (*ports.Port, error) + func CreateSecurityGroup(t *testing.T, client *gophercloud.ServiceClient) (*groups.SecGroup, error) + func CreateSecurityGroupRule(t *testing.T, client *gophercloud.ServiceClient, secGroupID string) (*rules.SecGroupRule, error) + func DeleteSecurityGroup(t *testing.T, client *gophercloud.ServiceClient, secGroupID string) + func DeleteSecurityGroupRule(t *testing.T, client *gophercloud.ServiceClient, ruleID string)