Given a URI, verifies whether it’s possible to connect to it.
| Parameters: | uri (six.text_type) – connection string to a storage endpoint |
|---|---|
| Returns: | True if can connect else False |
| Return type: | bool |
Given metadata, yields a dynamic configuration.
| Parameters: |
|
|---|---|
| Returns: | Configuration object suitable for constructing storage drivers |
| Return type: | oslo_config.cfg.ConfigOpts |
Make an iterator from an iterable of dicts compared with a key.
| Parameters: |
|
|---|
Loads a storage driver and returns it.
The driver’s initializer will be passed conf and cache as its positional args.
| Parameters: |
|
|---|
Loads a storage driver implementation and returns it.
| Parameters: |
|
|---|