summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRick Harris <rconradharris@gmail.com>2012-03-05 22:16:40 +0000
committerRick Harris <rconradharris@gmail.com>2012-03-05 22:16:40 +0000
commit3de29697c53ff4849a638e4749905825d3eeb232 (patch)
tree1ac4585257ab59fc07ab275bd02ce26fe849f470 /tools
parent01873d08cc64d2fd11d3fcef54c86ce1109186a7 (diff)
downloadpython-novaclient-3de29697c53ff4849a638e4749905825d3eeb232.tar.gz
Separate UUID caches for different endpoints.
Change-Id: I06f127ac9ed522860bb929b789a158a4e4fac98f
Diffstat (limited to 'tools')
-rw-r--r--tools/nova.bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nova.bash_completion b/tools/nova.bash_completion
index 0ad5ddb1..58565d02 100644
--- a/tools/nova.bash_completion
+++ b/tools/nova.bash_completion
@@ -7,7 +7,7 @@ _nova()
opts="$(nova bash_completion)"
- UUID_CACHE=~/.novaclient/*-uuid-cache
+ UUID_CACHE=~/.novaclient/*/*-uuid-cache
opts+=" "$(cat $UUID_CACHE 2> /dev/null | tr '\n' ' ')
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )