diff options
| author | Robin Cernin <rcernin@redhat.com> | 2018-10-18 10:39:49 +1000 |
|---|---|---|
| committer | Robin Cernin <rcernin@redhat.com> | 2018-10-19 09:20:37 +1000 |
| commit | 4173690b2492680ab504ef0d60498eeb5a3d8ae2 (patch) | |
| tree | a06907071a7276ddec788698c8e5a40582672ca7 /doc/source/cli/command-objects | |
| parent | 02f492ae4cc52ed2642f42bc0c1e5e417ebfe527 (diff) | |
| download | python-openstackclient-4173690b2492680ab504ef0d60498eeb5a3d8ae2.tar.gz | |
Improve document 'openstack complete'
The openstack complete command requires bash-completion package
Without the relevant package the bash completion doesn't work.
Change-Id: I47c77f3e7efe112417d2b96936fcd0cafeb9442e
Closes-Bug: #1798493
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/complete.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/source/cli/command-objects/complete.rst b/doc/source/cli/command-objects/complete.rst index 20e5c41d..165d5d07 100644 --- a/doc/source/cli/command-objects/complete.rst +++ b/doc/source/cli/command-objects/complete.rst @@ -11,8 +11,11 @@ Typical usage for this command is:: openstack complete | sudo tee /etc/bash_completion.d/osc.bash_completion > /dev/null -If installing ``python-openstackclient`` from a package (``apt-get`` or ``yum``), -then this command will likely be run for you. +It is highly recommended to install ``python-openstackclient`` from a package +(``apt-get`` or ``yum``). In some distributions the package ``bash-completion`` is shipped +as dependency, and the `openstack complete` command will be run as a post-install action, +however not every distribution include this dependency and you might need to install +``bash-completion`` package to enable autocomplete feature. complete -------- |
