File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -182,4 +182,18 @@ public function imagesV2(array $options = []): \OpenStack\Images\v2\Service
182
182
$ defaults = ['catalogName ' => 'glance ' , 'catalogType ' => 'image ' ];
183
183
return $ this ->builder ->createService ('Images \\v2 ' , array_merge ($ defaults , $ options ));
184
184
}
185
+
186
+ /**
187
+ * Creates a new Gnocchi Metric service v1
188
+ *
189
+ * @param array $options
190
+ *
191
+ * @return \OpenStack\Metric\v1\Gnocchi\Service
192
+ */
193
+ public function metricGnocchiV1 (array $ options = []): \OpenStack \Metric \v1 \Gnocchi \Service
194
+ {
195
+ $ defaults = ['catalogName ' => 'gnocchi ' , 'catalogType ' => 'metric ' ];
196
+
197
+ return $ this ->builder ->createService ('Metric \\v1 \\Gnocchi ' , array_merge ($ defaults , $ options ));
198
+ }
185
199
}
You can’t perform that action at this time.
0 commit comments