Updated notes based on comments Received (r6)
Updated Patchset 2 comments Gerrit Review: https://review.opendev.org/c/starlingx/docs/+/844331 Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com> Change-Id: If4e4b2da8f28c55be0211d6431b339405041efdf
This commit is contained in:
parent
a97ce646d9
commit
2cb4e4192d
@ -10,19 +10,6 @@ Remote openstack |CLIs| can be used in any shell after sourcing the generated
|
||||
remote |CLI|/client RC file. This RC file sets up the required environment
|
||||
variables and aliases for the remote |CLI| commands.
|
||||
|
||||
.. note::
|
||||
For a Distributed Cloud system, navigate to **Project** \> **Central Cloud Regions** \> **RegionOne** \>
|
||||
and download the **Openstack RC file**.
|
||||
|
||||
.. note::
|
||||
If the |prod-os| system has HTTPS certificate enabled, another option
|
||||
for running OpenStack commands is to add the ``--insecure`` parameter.
|
||||
|
||||
.. code-block::
|
||||
|
||||
$ openstack image list --insecure
|
||||
|
||||
|
||||
.. rubric:: |context|
|
||||
|
||||
.. note::
|
||||
@ -84,6 +71,7 @@ variables and aliases for the remote |CLI| commands.
|
||||
| 77e886bc903a4484a25944c1e99bdf1f | RegionOne | nova | compute | True | internal | http://nova.openstack.svc.cluster.local/v2.1/%(tenant_id)s |
|
||||
| 7c3e0ce3b69d45878c1152473719107c | RegionOne | fm | faultmanagement | True | internal | http://fm.openstack.svc.cluster.local/ |
|
||||
+----------------------------------+-----------+--------------+-----------------+---------+-----------+------------------------------------------------------------+
|
||||
|
||||
root@myclient:/home/user/remote_cli_wd# openstack volume list --all-projects
|
||||
+--------------------------------------+-----------+-----------+------+-------------+
|
||||
| ID | Name | Status | Size | Attached to |
|
||||
@ -92,6 +80,29 @@ variables and aliases for the remote |CLI| commands.
|
||||
+--------------------------------------+-----------+-----------+------+-------------+
|
||||
root@myclient:/home/user/remote_cli_wd#
|
||||
|
||||
.. note::
|
||||
|
||||
If the |prod-os| system has a HTTPS certificate enabled, use the
|
||||
following steps:
|
||||
|
||||
#. Download the certificate file (**ca-bundle.trust.crt**) from the
|
||||
/etc/pki/tls/certs/ directory on the |prod-os| system, and copy the
|
||||
file to your remote workstation to the same directory as the
|
||||
admin-openrc.sh file.
|
||||
|
||||
#. Update the admin-openrc.sh file with the following:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
export OS_CACERT=ca-bundle.trust.crt
|
||||
|
||||
``or`` use the ``--insecure`` parameter as follows (this is not recommended),
|
||||
for example:
|
||||
|
||||
.. code-block::
|
||||
|
||||
~(keystone_admin)$ openstack volume list --all-projects --insecure
|
||||
|
||||
.. note::
|
||||
Some commands used by remote |CLI| are designed to leave you in a shell
|
||||
prompt, for example:
|
||||
|
Loading…
Reference in New Issue
Block a user