Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Contributing to OTC Extensions
==============================

OTC Extension are developed as a community effort initiated by
T-Systems International GmbH for the Open Telekom Cloud under an Open
T-Systems International GmbH for the T Cloud Public (former Open Telekom Cloud) under an Open
Source license. All code is licensed under the Apache 2.0 license.

We are happily accepting pull requests. Please reach out to the
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OTC Extensions
: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,
provided by the T Cloud Public (former 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

Expand Down Expand Up @@ -46,7 +46,7 @@ Configuration

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

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

* **Configuration files** (recommended): A file called `clouds.yaml`
Expand Down
4 changes: 2 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ simplifies building applications to work with OpenStack clouds. The
`OpenStack Client`_ is its equivalent on the command line.

**This project, OTC Extensions,** adds extra functionality to the SDK
and the CLI offered by the `Open Telekom Cloud`_. Technically, the OTC
and the CLI offered by the `T Cloud Public`_. Technically, the OTC
Extensions provide Python classes and methods to attach your own code
to the cloud. They also integrate seamless into the OpenStack Client,
providing many extra commands.
Expand Down Expand Up @@ -46,7 +46,7 @@ configured conveniently in a few files.
Working with the CLI tool
-------------------------

Users who want to access Open Telekom Cloud specific services with
Users who want to access T Cloud Public specific services with
:doc:`command line tools <cli/index>` for a shell like Bash find
documentation of all of their operations and properties in this
section.
Expand Down
10 changes: 5 additions & 5 deletions doc/source/install/configuration.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Configuration
=============

You can connect to the Open Telekom Cloud and OpenStack clouds in general
You can connect to the T Cloud Public and OpenStack clouds in general
using two approaches. The first one uses a credential file called
``clouds.yaml`` and the other one is to use ``environment variables``.

Expand All @@ -17,7 +17,7 @@ locations with increasing precedence:
2. Home directory / user space (~/.config/openstack/{clouds,secure}.yaml)
3. Current directory (./{clouds,secure}.yaml)

A sample clouds.yaml file is listed below to connect with Open Telekom Cloud:
A sample clouds.yaml file is listed below to connect with T Cloud Public:

**clouds.yaml**

Expand Down Expand Up @@ -139,7 +139,7 @@ secret which is left out from ``clouds.yaml``:
Agency based authorization
^^^^^^^^^^^^^^^^^^^^^^^^^^

Open Telekom Cloud supports a concept of agencies. One domain delegates access
T Cloud Public supports a concept of agencies. One domain delegates access
to resources to another domain. After trust relationship is established the
following configuration can be used in ``clouds.yaml``:

Expand Down Expand Up @@ -167,9 +167,9 @@ Configuration of Environment Variables
--------------------------------------

Instead of using the clouds.yaml file, environmnt variables can be configured
to connect to the Open Telekom Cloud. Create a simple file like ``.ostackrc``
to connect to the T Cloud Public. Create a simple file like ``.ostackrc``
in the home directory and source the file to make the variables available. On
Open Telekom Cloud servers this file exists on bootup and needs to be changed
T Cloud Public servers this file exists on bootup and needs to be changed
according to your credentials.

.. code-block:: bash
Expand Down
4 changes: 2 additions & 2 deletions doc/source/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Installation

There are several install options for OTC Extensions to enhance the
native `OpenStack Client`_ and to extend the `OpenStack SDK`_. Once
installed, they cover additional `Open Telekom Cloud`_ services and
installed, they cover additional `T Cloud Public`_ services and
provide extra functionality on top of the stock OpenStack SDK and CLI.

.. toctree::
Expand Down Expand Up @@ -31,7 +31,7 @@ of OpenStack SDK and OTC Extensions into a CLI tool. If installed, it
requires the SDK.

**OTC Extensions:** An addition to OpenStack SDK with enhanced
functionality that is specific for the Open Telekom Cloud. This is the
functionality that is specific for the T Cloud Public. This is the
package you are currently looking at. It requires the SDK since it
extends its interfaces. If it is installed as a Python package it is
detected and integrated automatically by the other two packages
Expand Down
4 changes: 2 additions & 2 deletions doc/source/sdk/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ the following command.
The output represents all existent OpenStack servers in your Cloud
environment.

OTC Extensions specific Example for Open Telekom Cloud
------------------------------------------------------
OTC Extensions specific Example for T Cloud Public
--------------------------------------------------

The following script uses the OTC Extensions to list all existent CCE Clusters
in your account.
Expand Down
4 changes: 2 additions & 2 deletions doc/source/sdk/guides/ces.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Cloud Eye Service (CES)
=========================
=======================

Cloud Eye (CES) is a high-performance monitoring service with integrated
alarm functions. Open Telekom Cloud users benefit from a dashboard with
alarm functions. T Cloud Public users benefit from a dashboard with
a basic overview of resources and their current status. Users can
configure the alarm function in such a way that they receive
notifications via SMS or email. Monitoring with the Cloud Eye Service
Expand Down
4 changes: 2 additions & 2 deletions doc/source/sdk/guides/dcs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Distributed Cache Service is ideal for use as a cache server (e.g. in
order to accelerate the loading times of websites), for real-time analyses,
high-speed transactions, and message queuing. Clusters made up of individual
DCS instances can be used for applications with extremely high performance
requirements. Redis is available in the Open Telekom Cloud as the Distributed
requirements. Redis is available in the T Cloud Public as the Distributed
Cache Service. Via the console, the database can be defined in three variants:
as a single-node database for temporary data storage, as a master/standby
database for higher availability, and as a cluster for high performance.
Expand All @@ -25,7 +25,7 @@ Instances
---------

A Distributed Cache Service Instance is a Redis instance on top of
Open Telekom Cloud.
T Cloud Public.

List Instances
^^^^^^^^^^^^^^
Expand Down
6 changes: 3 additions & 3 deletions doc/source/sdk/guides/dns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ work in public clouds. It enables users to integrate cloud resources in their
own company networks with ease – they then see the services as part of their
internal network. Moreover, using domain names instead of IP addresses also
facilitates administrative tasks and makes clouds more user-friendly.
The Open Telekom Cloud also offers a Domain Name Service (DNS). DNS is
available via the Open Telekom Cloud console and features anti-DDoS
The T Cloud Public also offers a Domain Name Service (DNS). DNS is
available via the T Cloud Public console and features anti-DDoS
protection. In addition to references to external IP addresses, the solution
can also be used for services within the Open Telekom Cloud. Pricing of the
can also be used for services within the T Cloud Public. Pricing of the
Domain Name Service is based on scaled prices depending on the number of
domains stored. If a domain is created and remains configured for more than
24 hours, it is billed once for the entire month. A usage-based payment is
Expand Down
8 changes: 4 additions & 4 deletions doc/source/sdk/guides/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Guides for SDK
==============

Open Telekom Cloud related User Guides
--------------------------------------
T Cloud Public related User Guides
----------------------------------

.. toctree::
:maxdepth: 1
Expand Down Expand Up @@ -42,9 +42,9 @@ Open Telekom Cloud related User Guides
User Guides
-----------

The Open Telekom Cloud services are covering OpenStack native services and
The T Cloud Public services are covering OpenStack native services and
enhanced ones covering additional functionalities. All user guides related
to Open Telekom Cloud are listed above. The links links to the most important
to T Cloud Public are listed above. The links links to the most important
OpenStack native services are listed below.

OpenStack native User Guides
Expand Down
6 changes: 3 additions & 3 deletions doc/source/sdk/guides/kms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Key Management Service (KMS)
.. contents:: Table of Contents
:local:

The Key Management Service (KMS) of the Open Telekom Cloud generates and
stores public keys for accessing data in the Open Telekom Cloud and
The Key Management Service (KMS) of the T Cloud Public generates and
stores public keys for accessing data in the T Cloud Public and
makes them available to the respective user. It combines the essential
security requirements placed on a cloud with high usability, as users can
manage their keys directly via the console.
Expand All @@ -17,7 +17,7 @@ management of key security.
The KMS does not store the data encryption keys (DEK) directly; instead
users receive their DEKs via customer master keys. The hardware security
modules serve to handle encryption and decryption processes, while a
dedicated API is used to access the service. The Open Telekom Cloud also
dedicated API is used to access the service. The T Cloud Public also
allows users to deploy their own keys (“bring your own key”). Another
available function is “grant master key,” which allows owners of tenants to
issue temporary permissions for access to encrypted data.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/sdk/guides/rds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Relational Database Service (RDS)
:local:

The Relational Database Service offers a demand-oriented use of databases in
the Open Telekom Cloud. The RDS includes twelve flavors for implementing
the T Cloud Public. The RDS includes twelve flavors for implementing
databases for a wide range of requirements. The current versions of mySQL,
PostgreSQL and MS SQL are available as relational database software. The RDS
offers an automatic backup function and point-in-time recovery for the
Expand Down
2 changes: 1 addition & 1 deletion doc/source/sdk/guides/smn.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Simple Message Notification Service (SMN)
=========================================

The Simple Message Notification service in the Open Telekom Cloud offers
The Simple Message Notification service in the T Cloud Public offers
three APIs for creating topics (a combination of a message and a logical
access point), adding message subscribers and sending out messages. The
SMN services includes the two roles publisher and subscriber. In
Expand Down
4 changes: 2 additions & 2 deletions doc/source/sdk/resources/index.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Resources and Attributes
========================

Open Telekom Cloud Resources
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
T Cloud Public Resources
^^^^^^^^^^^^^^^^^^^^^^^^

.. toctree::
:maxdepth: 1
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = otcextensions
summary = Open Telekom Cloud specific extensions for the OpenStack Client CLI and OpenStack SDK
summary = T Cloud Public (former Open Telekom Cloud) specific extensions for the OpenStack Client CLI and OpenStack SDK
description_file =
README.rst
author = Artem Goncharov
Expand All @@ -19,7 +19,7 @@ classifier =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
keywords =
OpenStack, openstackclient, openstacksdk, Open Telekom Cloud, otc, T-Systems, Telekom
OpenStack, openstackclient, openstacksdk, Open Telekom Cloud, T Cloud Public, otc, T-Systems, Telekom

[files]
packages =
Expand Down
Loading