Command completion is enabled for any shell currently as the underlying
CLI library does not support it.
** Changed in: quantum
Status: New => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to quantum.
https://bugs.launchpad.net/bugs/1178037
Title:
quantumclient zsh complete problem
Status in OpenStack Quantum (virtual network service):
Won't Fix
Bug description:
quantumclient + zsh on centos:
/etc/profile.d/quantum.sh:27: command not found: complete
zsh completion system are not compatible with bash.
i add following code to quantum.sh:
if [[ -n ${ZSH_VERSION-} ]]; then
autoload -U +X bashcompinit && bashcompinit
fi
then another problem:
complete:13: command not found: compdef
To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1178037/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp