Scott Crunkleton created LIBCLOUD-773: -----------------------------------------
Summary: GCENodeDriver:ex_get_image incorrect parameter Key: LIBCLOUD-773 URL: https://issues.apache.org/jira/browse/LIBCLOUD-773 Project: Libcloud Issue Type: Bug Components: Compute Reporter: Scott Crunkleton GCENodeDriver:ex_get_image has two params, partial_name and ex_project_list. However, ex_project_list is not being used as a list. It is being used as a string, specifically, a name of a singular project. It should be something like: def ex_project_list(self, partial_name, project_name): pass Please correct the param name or correct the logic behind ex_project_list. Also, please add a doc string for this method. -- This message was sent by Atlassian JIRA (v6.3.4#6332)