
There's no good reason to have the shade functions in a cloud attribute. Go ahead and dive all the way in and make OpenStackCloud a mixin class. There was one wrapped exception that got removed and thus the test to test that we were wrapping it. Change-Id: Iebd80fe5bc511ea879ea71aa88ce7d79c5e8fa58
27 lines
520 B
ReStructuredText
27 lines
520 B
ReStructuredText
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
|