File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public function networkingV2ExtSecGroups(array $options = []): \OpenStack\Networ
118118 */
119119 public function identityV2 (array $ options = []): \OpenStack \Identity \v2 \Service
120120 {
121- $ defaults = ['catalogName ' => false , 'catalogType ' => false ];
121+ $ defaults = ['catalogName ' => ' keystone ' , 'catalogType ' => ' identity ' ];
122122 return $ this ->builder ->createService ('Identity \\v2 ' , array_merge ($ defaults , $ options ));
123123 }
124124
@@ -131,7 +131,7 @@ public function identityV2(array $options = []): \OpenStack\Identity\v2\Service
131131 */
132132 public function identityV3 (array $ options = []): \OpenStack \Identity \v3 \Service
133133 {
134- $ defaults = ['catalogName ' => false , 'catalogType ' => false ];
134+ $ defaults = ['catalogName ' => ' keystone ' , 'catalogType ' => ' identity ' ];
135135 return $ this ->builder ->createService ('Identity \\v3 ' , array_merge ($ defaults , $ options ));
136136 }
137137
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function test_it_supports_compute_v2()
3232 public function test_it_supports_identity_v2 ()
3333 {
3434 $ this ->builder
35- ->createService ('Identity \\v2 ' , ['catalogName ' => false , 'catalogType ' => false ])
35+ ->createService ('Identity \\v2 ' , ['catalogName ' => ' keystone ' , 'catalogType ' => ' identity ' ])
3636 ->shouldBeCalled ()
3737 ->willReturn ($ this ->service ('Identity ' , 2 ));
3838
@@ -42,7 +42,7 @@ public function test_it_supports_identity_v2()
4242 public function test_it_supports_identity_v3 ()
4343 {
4444 $ this ->builder
45- ->createService ('Identity \\v3 ' , ['catalogName ' => false , 'catalogType ' => false ])
45+ ->createService ('Identity \\v3 ' , ['catalogName ' => ' keystone ' , 'catalogType ' => ' identity ' ])
4646 ->shouldBeCalled ()
4747 ->willReturn ($ this ->service ('Identity ' , 3 ));
4848
You can’t perform that action at this time.
0 commit comments