Skip to content

Commit

Permalink
Merge pull request #13060 from jtopjian/openstack-secgrouprule-timeou…
Browse files Browse the repository at this point in the history
…t-fix

provider/openstack: Fixing typo in secgroup rule timeout test
  • Loading branch information
jtopjian authored Mar 25, 2017
2 parents 32db4d1 + 0d3190f commit ee0e23b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ resource "openstack_networking_secgroup_rule_v2" "secgroup_rule_1" {
security_group_id = "${openstack_networking_secgroup_v2.secgroup_1.id}"
timeouts {
create = "5m"
delete = "5m"
}
}
Expand Down

0 comments on commit ee0e23b

Please sign in to comment.