designateclient.utils
Module¶designateclient.utils.
AdapterWithTimeout
(*args, **kw)[source]¶Bases: keystoneauth1.adapter.Adapter
adapter.Adapter wraps around a Session.
The user can pass a timeout keyword that will apply only to the Designate Client, in order:
request()
AdapterWithTimeout()
designateclient.utils.
find_resourceid_by_name_or_id
(resource_client, name_or_id)[source]¶Find resource id from its id or name.
designateclient.utils.
get_columns
(data)[source]¶Some row’s might have variable count of columns, ensure that we have the same.
Parameters: | data – Results in [{}, {]}] |
---|
designateclient.utils.
get_item_properties
(item, fields, mixed_case_fields=[], formatters={})[source]¶Return a tuple containing the item properties.
Parameters: |
|
---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.