provider/openstack: fix test formatting
This commit is contained in:
parent
7675246ccc
commit
4c1083c9c5
|
@ -149,7 +149,6 @@ func TestAccNetworkingV2Network_fullstack(t *testing.T) {
|
||||||
network_id = "${openstack_networking_network_v2.foo.id}"
|
network_id = "${openstack_networking_network_v2.foo.id}"
|
||||||
admin_state_up = "true"
|
admin_state_up = "true"
|
||||||
security_groups = ["${openstack_compute_secgroup_v2.foo.id}"]
|
security_groups = ["${openstack_compute_secgroup_v2.foo.id}"]
|
||||||
|
|
||||||
fixed_ips {
|
fixed_ips {
|
||||||
"subnet_id" = "${openstack_networking_subnet_v2.foo.id}"
|
"subnet_id" = "${openstack_networking_subnet_v2.foo.id}"
|
||||||
"ip_address" = "192.168.199.23"
|
"ip_address" = "192.168.199.23"
|
||||||
|
|
Loading…
Reference in New Issue