File: connection.rst

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (26 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Connection
==========
.. automodule:: openstack.connection

   from_config
   -----------
   .. autofunction:: openstack.connection.from_config

Connection Object
-----------------

.. autoclass:: openstack.connection.Connection
   :members:
   :inherited-members:


Transitioning from Profile
--------------------------

Support exists for users coming from older releases of OpenStack SDK who have
been using the :class:`~openstack.profile.Profile` interface.

.. toctree::
   :maxdepth: 1

   transition_from_profile