File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,14 @@ class OpenStack
22
22
/**
23
23
* @param array $options User-defined options
24
24
*
25
- * $options['username'] = (string) Your OpenStack username [REQUIRED]
26
- * ['password'] = (string) Your OpenStack password [REQUIRED]
27
- * ['tenantId'] = (string) Your tenant ID [REQUIRED if tenantName omitted]
28
- * ['tenantName'] = (string) Your tenant name [REQUIRED if tenantId omitted]
29
- * ['authUrl'] = (string) The Keystone URL [REQUIRED]
30
- * ['debug'] = (bool) Whether to enable HTTP logging [OPTIONAL]
25
+ * $options['username'] = (string) Your OpenStack username [REQUIRED]
26
+ * ['password'] = (string) Your OpenStack password [REQUIRED]
27
+ * ['tenantId'] = (string) Your tenant ID [REQUIRED if tenantName omitted]
28
+ * ['tenantName'] = (string) Your tenant name [REQUIRED if tenantId omitted]
29
+ * ['authUrl'] = (string) The Keystone URL [REQUIRED]
30
+ * ['debugLog'] = (bool) Whether to enable HTTP logging [OPTIONAL]
31
+ * ['logger'] = (LoggerInterface) Must set if debugLog is true [OPTIONAL]
32
+ * ['messageFormatter'] = (MessageFormatter) Must set if debugLog is true [OPTIONAL]
31
33
*/
32
34
public function __construct (array $ options = [], Builder $ builder = null )
33
35
{
You can’t perform that action at this time.
0 commit comments