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:
timeout keyword passed to request()
timeout keyword passed to AdapterWithTimeout()
timeout attribute on keystone session
Find resource id from its id or name.
Some row’s might have variable count of columns, ensure that we have the same.
data – Results in [{}, {]}]
Return a tuple containing the item properties.
item – a single item resource (e.g. Server, Tenant, etc)
fields – tuple of strings with the desired field names
mixed_case_fields – tuple of field names to preserve case
formatters – dictionary mapping field names to callables to format the values
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.