Merge pull request #3791 from jtopjian/jtopjian-openstack-test-format

provider/openstack: fix test formatting
This commit is contained in:
Joe Topjian 2015-11-06 10:38:44 -07:00
commit fa471ddbb5
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"