File tree 2 files changed +9
-1
lines changed
spec/models/manageiq/providers/ibm_cloud/vpc
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
:name : au-syd
4
4
:hostname : au-syd.iaas.cloud.ibm.com
5
5
:description : Australia (Sydney)
6
+ br-sao :
7
+ :name : br-sao
8
+ :hostname : br-sao.iaas.cloud.ibm.com
9
+ :description : Brazil (São Paulo)
6
10
ca-tor :
7
11
:name : ca-tor
8
12
:hostname : ca-tor.iaas.cloud.ibm.com
@@ -11,6 +15,10 @@ eu-de:
11
15
:name : eu-de
12
16
:hostname : eu-de.iaas.cloud.ibm.com
13
17
:description : EU Germany (Frankfurt)
18
+ eu-es :
19
+ :name : eu-es
20
+ :hostname : eu-es.iaas.cloud.ibm.com
21
+ :description : EU Spain (Madrid)
14
22
eu-gb :
15
23
:name : eu-gb
16
24
:hostname : eu-gb.iaas.cloud.ibm.com
Original file line number Diff line number Diff line change 13
13
end
14
14
15
15
it "verifies regions options" do
16
- expect ( described_class . provider_region_options . count ) . to eq ( 8 )
16
+ expect ( described_class . provider_region_options . count ) . to eq ( 10 )
17
17
end
18
18
19
19
it "does not create orphaned network_manager" do
You can’t perform that action at this time.
0 commit comments