@@ -77,7 +77,7 @@ private function getDefaultIdentityService(array $options): Service
77
77
*
78
78
* @param array $options options that will be used in configuring the service
79
79
*/
80
- public function computeV2 (array $ options = []): \ OpenStack \ Compute \v2 \Service
80
+ public function computeV2 (array $ options = []): Compute \v2 \Service
81
81
{
82
82
$ defaults = ['catalogName ' => 'nova ' , 'catalogType ' => 'compute ' ];
83
83
@@ -89,7 +89,7 @@ public function computeV2(array $options = []): \OpenStack\Compute\v2\Service
89
89
*
90
90
* @param array $options options that will be used in configuring the service
91
91
*/
92
- public function networkingV2 (array $ options = []): \ OpenStack \ Networking \v2 \Service
92
+ public function networkingV2 (array $ options = []): Networking \v2 \Service
93
93
{
94
94
$ defaults = ['catalogName ' => 'neutron ' , 'catalogType ' => 'network ' ];
95
95
@@ -101,7 +101,7 @@ public function networkingV2(array $options = []): \OpenStack\Networking\v2\Serv
101
101
*
102
102
* @param array $options options that will be used in configuring the service
103
103
*/
104
- public function networkingV2ExtLayer3 (array $ options = []): \ OpenStack \ Networking \v2 \Extensions \Layer3 \Service
104
+ public function networkingV2ExtLayer3 (array $ options = []): Networking \v2 \Extensions \Layer3 \Service
105
105
{
106
106
$ defaults = ['catalogName ' => 'neutron ' , 'catalogType ' => 'network ' ];
107
107
@@ -113,7 +113,7 @@ public function networkingV2ExtLayer3(array $options = []): \OpenStack\Networkin
113
113
*
114
114
* @param array $options options that will be used in configuring the service
115
115
*/
116
- public function networkingV2ExtSecGroups (array $ options = []): \ OpenStack \ Networking \v2 \Extensions \SecurityGroups \Service
116
+ public function networkingV2ExtSecGroups (array $ options = []): Networking \v2 \Extensions \SecurityGroups \Service
117
117
{
118
118
$ defaults = ['catalogName ' => 'neutron ' , 'catalogType ' => 'network ' ];
119
119
@@ -125,7 +125,7 @@ public function networkingV2ExtSecGroups(array $options = []): \OpenStack\Networ
125
125
*
126
126
* @param array $options options that will be used in configuring the service
127
127
*/
128
- public function identityV2 (array $ options = []): \ OpenStack \ Identity \v2 \Service
128
+ public function identityV2 (array $ options = []): Identity \v2 \Service
129
129
{
130
130
$ defaults = ['catalogName ' => 'keystone ' , 'catalogType ' => 'identity ' ];
131
131
@@ -137,7 +137,7 @@ public function identityV2(array $options = []): \OpenStack\Identity\v2\Service
137
137
*
138
138
* @param array $options options that will be used in configuring the service
139
139
*/
140
- public function identityV3 (array $ options = []): \ OpenStack \ Identity \ v3 \ Service
140
+ public function identityV3 (array $ options = []): Service
141
141
{
142
142
$ defaults = ['catalogName ' => 'keystone ' , 'catalogType ' => 'identity ' ];
143
143
@@ -149,7 +149,7 @@ public function identityV3(array $options = []): \OpenStack\Identity\v3\Service
149
149
*
150
150
* @param array $options options that will be used in configuring the service
151
151
*/
152
- public function objectStoreV1 (array $ options = []): \ OpenStack \ ObjectStore \v1 \Service
152
+ public function objectStoreV1 (array $ options = []): ObjectStore \v1 \Service
153
153
{
154
154
$ defaults = ['catalogName ' => 'swift ' , 'catalogType ' => 'object-store ' ];
155
155
@@ -161,7 +161,7 @@ public function objectStoreV1(array $options = []): \OpenStack\ObjectStore\v1\Se
161
161
*
162
162
* @param array $options options that will be used in configuring the service
163
163
*/
164
- public function blockStorageV2 (array $ options = []): \ OpenStack \ BlockStorage \v2 \Service
164
+ public function blockStorageV2 (array $ options = []): BlockStorage \v2 \Service
165
165
{
166
166
$ defaults = ['catalogName ' => 'cinderv2 ' , 'catalogType ' => 'volumev2 ' ];
167
167
@@ -173,7 +173,7 @@ public function blockStorageV2(array $options = []): \OpenStack\BlockStorage\v2\
173
173
*
174
174
* @param array $options options that will be used in configuring the service
175
175
*/
176
- public function imagesV2 (array $ options = []): \ OpenStack \ Images \v2 \Service
176
+ public function imagesV2 (array $ options = []): Images \v2 \Service
177
177
{
178
178
$ defaults = ['catalogName ' => 'glance ' , 'catalogType ' => 'image ' ];
179
179
@@ -183,7 +183,7 @@ public function imagesV2(array $options = []): \OpenStack\Images\v2\Service
183
183
/**
184
184
* Creates a new Gnocchi Metric service v1.
185
185
*/
186
- public function metricGnocchiV1 (array $ options = []): \ OpenStack \ Metric \v1 \Gnocchi \Service
186
+ public function metricGnocchiV1 (array $ options = []): Metric \v1 \Gnocchi \Service
187
187
{
188
188
$ defaults = ['catalogName ' => 'gnocchi ' , 'catalogType ' => 'metric ' ];
189
189
0 commit comments