provider/openstack: fix test formatting

This commit is contained in:
Joe Topjian 2015-11-06 17:27:18 +00:00
parent 7675246ccc
commit 4c1083c9c5
2 changed files with 47 additions and 48 deletions

View File

@ -149,7 +149,6 @@ func TestAccNetworkingV2Network_fullstack(t *testing.T) {
network_id = "${openstack_networking_network_v2.foo.id}"
admin_state_up = "true"
security_groups = ["${openstack_compute_secgroup_v2.foo.id}"]
fixed_ips {
"subnet_id" = "${openstack_networking_subnet_v2.foo.id}"
"ip_address" = "192.168.199.23"