opentelekomcloud / python-otcextensions

Extension of the OpenStackSDK && OpenStackClient with OpenTelekomCloud services
https://docs.otc-service.com/python-otcextensions
Apache License 2.0
24 stars 23 forks source link

OTC Extensions

.. image:: https://zuul.otc-service.com/api/tenant/eco/badge?project=opentelekomcloud/python-otcextensions&pipeline=check&branch=master :target: https://zuul.otc-service.com/t/eco/builds?project=opentelekomcloud%2Fpython-otcextensions

.. image:: https://readthedocs.org/projects/python-otcextensions/badge/?version=latest :target: http://python-otcextensions.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

The OTC Extensions augment the OpenStack SDK of features and services provided by the Open Telekom Cloud. If installed as a Python package, they add several extra commands to the OpenStack Client CLI. Therefore the project interacts closely with the

packages.

Documentation

Documentation Overview <https://docs.otc.t-systems.com/python-otcextensions/>_

Installation

Installation Page <https://docs.otc.t-systems.com/python-otcextensions/install/index.html>_

The OTC Extensions are hosted as the package otcextensions on PyPI and can be installed by pip as

.. code-block: console

$ pip install otcextensions

There are several options to do that including but not limited to pip userland installation, system wide installation as well as installation from operating system packets or directly from source. Refer to the installation instructions_ in the projects documentation.

Configuration

Configuration Page <https://docs.otc.t-systems.com/python-otcextensions/install/configuration.html>_

Acessing the Open Telekom Cloud APIs requires authentication and authorization. For both there are several options available:

In addition to that a regular clouds.yaml configuration file can be used

More information is available at https://docs.openstack.org/python-openstackclient/latest/cli/authentication.html or https://developer.openstack.org/sdks/python/openstacksdk/users/config

OTC Extensions CLI Usage

OTCE CLI Command Overview <https://docs.otc.t-systems.com/python-otcextensions/cli/index.html>_

OTC Extensions SDK Guides

OTCE SDK Guides <https://docs.otc.t-systems.com/python-otcextensions/sdk/guides/index.html>_

Contributing

Further Links

.. _instructions: https://docs.otc.t-systems.com/python-otcextensions/install/index.html