diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-07-24 03:32:51 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-07-24 03:32:51 +0000 |
| commit | 46cc7d12ad202184917822dfa16dc66d066c8538 (patch) | |
| tree | 5e14c144ac237615f2716c18c403e869c07a7e41 /doc/source | |
| parent | e54a15aabbfa8df04de53dcc53466e683e5f633b (diff) | |
| parent | 43942871a9d1515b6ed261e5093001850c2232be (diff) | |
| download | python-openstackclient-46cc7d12ad202184917822dfa16dc66d066c8538.tar.gz | |
Merge "Add configuration show command"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/command-objects/configuration.rst | 18 | ||||
| -rw-r--r-- | doc/source/configuration.rst | 6 |
2 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/command-objects/configuration.rst b/doc/source/command-objects/configuration.rst new file mode 100644 index 00000000..0ee8bd63 --- /dev/null +++ b/doc/source/command-objects/configuration.rst @@ -0,0 +1,18 @@ +============= +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 + + os configuration show diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index de3f84ee..563a7193 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -137,3 +137,9 @@ that appears in :file:`clouds.yaml` rackspace: auth: auth_url: 'https://identity.api.rackspacecloud.com/v2.0/' + +Debugging +~~~~~~~~~ +You may find the :doc:`config show <command-objects/config>` +helpful to debug configuration issues. It will display your current +configuration. |
