Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLE-Product-HA:ppc64le
openSUSE:Leap:42.1:Update
python-keystoneclient
openstack-keystone.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openstack-keystone.sh of Package python-keystoneclient
# bash completion for openstack keystone # by Dominik Heidler <dheidler suse.de> _keystone_opts="" # lazy init _keystone_opts_exp="" # lazy init _keystone() { local cur prev COMPREPLY=() cur="${COMP_WORDS[COMP_CWORD]}" prev="${COMP_WORDS[COMP_CWORD-1]}" if [ "x$_keystone_opts" == "x" ] ; then _keystone_opts="`keystone bash-completion 2>&1 | tail -n1 | sed -e "s/^.*(choose from //" -e "s/)$//" -e "s/,//g" -e "s/'//g"`" _keystone_opts_exp="`echo $_keystone_opts | sed -e "s/\s/|/g"`" fi if [[ ! " ${COMP_WORDS[@]} " =~ " "($_keystone_opts_exp)" " || "$prev" == "help" ]] ; then COMPREPLY=($(compgen -W "${_keystone_opts}" -- ${cur})) fi return 0 } complete -F _keystone keystone
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor