python-openstackclient/doc/source/command-objects/configuration.rst
Kevin_Zheng 9663424c74 change os in command example to openstack
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
2016-12-20 09:03:29 +08:00

595 B

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.

configuration show

openstack configuration show
    [--mask | --unmask]

--mask

Attempt to mask passwords (default)

--unmask

Show password in clear text