Fixing TestAccComputeV2FloatingIP_attach

This commit is contained in:
Joe Topjian 2015-05-06 05:58:58 +00:00
parent 219c86ef93
commit b54df9bc0b
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ func TestAccComputeV2FloatingIP_attach(t *testing.T) {
resource "openstack_compute_instance_v2" "foo" {
name = "terraform-test"
security_groups = ["default"]
floating_ip = "${openstack_compute_floatingip_v2.myip.address}"
network {