summaryrefslogtreecommitdiff
path: root/tools/cinder.bash_completion
Commit message (Collapse)AuthorAgeFilesLines
* Hide cinder CLI errors on bash-completionEric Harney2019-10-181-1/+1
| | | | | | | | | | | | | | | | | | On my environment, the cinderclient CLI reports: /usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.6) or chardet (2.2.1) doesn't match a supported version! When running any command. This is fairly irritating to have pop up in the context of cinder bash-completion calls, i.e., when you hit tab after "cinder" at the shell. Just hide errors there rather than pollute the screen with them. Change-Id: I40019dcc845015de8cfe8165656829cdaa446666
* Fix bash_completion cache pathEric Harney2019-02-201-1/+1
| | | | | | | | | | In change 4cf62cf3 we started writing the cache to ~/.cache/cinderclient/ - this script needs to read from there. Related-Bug: #1712835 Change-Id: Ib4de058af6b636d06ac360fe448b432e8e7733ad
* bash_completion now shows only subcommands when subcommand is "help"yatin karel2015-03-171-6/+18
| | | | | | | | | Options and subcommands are filtered. Now Only subcommands are shown when subcommands is "help". Both subcommands and options are shown when subcommand is other than "help" Change-Id: Iad9def1b2909af33fd23b0c89559b8de30fa6547 Closes-Bug: #1399747
* Rename bash completion file from nova to cinder.Chmouel Boudjnah2012-08-091-0/+15
Change-Id: I4bcdb482149271253e12f43fb85a663b5c938a14