Fixing TestAccNetworkingV2FloatingIP_basic

This commit is contained in:
Joe Topjian 2015-05-09 22:58:25 +00:00
parent 5535a9ba32
commit 1e7a227ea6
1 changed files with 1 additions and 0 deletions

View File

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