python-novaclient/novaclient/tests
Ikuo Kumagai 9a6a7664c2 Change the unsuitable item caching for completion
This fix changes the item that cached for completion from
"human_id" to "name".
A string for completion shoud not be changed in any way,
because changed keyword can not use as command line parameter.
But the "human_id" means "human readable id" that is
changed from "name" by method "to_slug". "to_slug" is meant to
create a valid path name from a string.

The tools/nova.bash_completion take the completion string from
the file ".novaclient/*/*-cache". The file is created when client
call "list" command. For example , "nova list","nova image-list",
and the others.
Currently, items that are written to the cache file is the "id"
and "human_id".

Closes-Bug: #1193049

Change-Id: I241ec8b7c8729274ee43db6e360141fd381b265e
2015-02-06 05:14:05 +00:00
..
functional Add first pass at post_test_hook for functional tests 2015-02-04 16:32:18 -08:00
unit Change the unsuitable item caching for completion 2015-02-06 05:14:05 +00:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00