11Configuration
22=============
33
4- You can connect to the Open Telekom Cloud and OpenStack clouds in general
4+ You can connect to the T Cloud Public and OpenStack clouds in general
55using two approaches. The first one uses a credential file called
66``clouds.yaml `` and the other one is to use ``environment variables ``.
77
@@ -17,7 +17,7 @@ locations with increasing precedence:
17172. Home directory / user space (~/.config/openstack/{clouds,secure}.yaml)
18183. Current directory (./{clouds,secure}.yaml)
1919
20- A sample clouds.yaml file is listed below to connect with Open Telekom Cloud:
20+ A sample clouds.yaml file is listed below to connect with T Cloud Public :
2121
2222**clouds.yaml **
2323
@@ -139,7 +139,7 @@ secret which is left out from ``clouds.yaml``:
139139Agency based authorization
140140^^^^^^^^^^^^^^^^^^^^^^^^^^
141141
142- Open Telekom Cloud supports a concept of agencies. One domain delegates access
142+ T Cloud Public supports a concept of agencies. One domain delegates access
143143to resources to another domain. After trust relationship is established the
144144following configuration can be used in ``clouds.yaml ``:
145145
@@ -167,9 +167,9 @@ Configuration of Environment Variables
167167--------------------------------------
168168
169169Instead of using the clouds.yaml file, environmnt variables can be configured
170- to connect to the Open Telekom Cloud. Create a simple file like ``.ostackrc ``
170+ to connect to the T Cloud Public . Create a simple file like ``.ostackrc ``
171171in the home directory and source the file to make the variables available. On
172- Open Telekom Cloud servers this file exists on bootup and needs to be changed
172+ T Cloud Public servers this file exists on bootup and needs to be changed
173173according to your credentials.
174174
175175.. code-block :: bash
0 commit comments