Skip to content

Commit f24347b

Browse files
poddmmp940m
authored andcommitted
updating storage pool test case
1 parent 28b488b commit f24347b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cloudstack/resource_cloudstack_storage_pool_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ resource "cloudstack_zone" "test" {
5555
}
5656
resource "cloudstack_pod" "test" {
5757
allocation_state = "Disabled"
58-
gateway = "172.29.0.1"
58+
gateway = "172.30.0.1"
5959
name = "accpod"
6060
netmask = "255.255.240.0"
61-
start_ip = "172.29.0.2"
61+
start_ip = "172.30.0.2"
6262
zone_id = cloudstack_zone.test.id
6363
}
6464
resource "cloudstack_cluster" "test" {
@@ -93,10 +93,10 @@ resource "cloudstack_zone" "test" {
9393
}
9494
resource "cloudstack_pod" "test" {
9595
allocation_state = "Disabled"
96-
gateway = "172.29.0.1"
96+
gateway = "172.30.0.1"
9797
name = "accpod"
9898
netmask = "255.255.240.0"
99-
start_ip = "172.29.0.2"
99+
start_ip = "172.30.0.2"
100100
zone_id = cloudstack_zone.test.id
101101
}
102102
resource "cloudstack_cluster" "test" {

0 commit comments

Comments
 (0)