9663424c74
In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
28 lines
595 B
ReStructuredText
28 lines
595 B
ReStructuredText
=============
|
|
configuration
|
|
=============
|
|
|
|
Available for all services
|
|
|
|
configuration show
|
|
------------------
|
|
|
|
Show the current openstack client configuration. This command is a little
|
|
different from other show commands because it does not take a resource name
|
|
or id to show. The command line options, such as --os-cloud, can be used to
|
|
show different configurations.
|
|
|
|
.. program:: configuration show
|
|
.. code:: bash
|
|
|
|
openstack configuration show
|
|
[--mask | --unmask]
|
|
|
|
.. option:: --mask
|
|
|
|
Attempt to mask passwords (default)
|
|
|
|
.. option:: --unmask
|
|
|
|
Show password in clear text
|