openstack-python-openstackc.../openstackclient
Tang Chen d58280a279 Use find_resource() instead of get() in _prep_server_detail()
There is such a comment in test_server.py:

    # Call .get() to retrieve all of the server information
    # as findall(name=blah) and REST /details are not the same
    # and do not return flavor and image information.

This is an out of date comment. There is no function named
findall() in OSC now. So use find_resource() instead of get(),
and remove this comment.

Change-Id: I8d79afc5f341fb5caf771d905506b7f1c7a41ae8
2016-05-09 14:59:39 +08:00
..
api Fix typos in docstrings and comments 2016-04-06 10:30:39 +07:00
common Ignore domain related config when using with keystone v2 2016-05-06 03:42:15 +00:00
compute Use find_resource() instead of get() in _prep_server_detail() 2016-05-09 14:59:39 +08:00
identity Added "name" parameter to the help message. 2016-05-04 12:57:07 +00:00
image Image API v2: make volume_type optional 2016-03-18 16:08:30 -07:00
locale Imported Translations from Zanata 2016-04-19 06:14:07 +00:00
network Merge "Fix router set --route option" 2016-05-03 12:54:58 +00:00
object Add recursive object delete for containers 2016-02-05 11:18:46 -07:00
tests Use find_resource() instead of get() in _prep_server_detail() 2016-05-09 14:59:39 +08:00
volume Merge "Support for volume service list" 2016-04-28 16:13:46 +00:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Update translation setup 2016-01-29 08:18:50 +09:00
shell.py Rename --profile to --os-profile 2016-04-19 07:50:42 -05:00