From 219c86ef93cecd3ba17d445551788472fa3f95c0 Mon Sep 17 00:00:00 2001 From: Joe Topjian Date: Wed, 6 May 2015 05:53:17 +0000 Subject: [PATCH] Fixing TestAccComputeV2Instance_floatingIPAttach --- .../openstack/resource_openstack_compute_instance_v2_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/openstack/resource_openstack_compute_instance_v2_test.go b/builtin/providers/openstack/resource_openstack_compute_instance_v2_test.go index 09e8c3d21c..bd03a700d1 100644 --- a/builtin/providers/openstack/resource_openstack_compute_instance_v2_test.go +++ b/builtin/providers/openstack/resource_openstack_compute_instance_v2_test.go @@ -76,6 +76,7 @@ func TestAccComputeV2Instance_floatingIPAttach(t *testing.T) { resource "openstack_compute_instance_v2" "foo" { name = "terraform-test" + security_groups = ["default"] floating_ip = "${openstack_compute_floatingip_v2.myip.address}" network {