SYMBOL INDEX (13 symbols across 1 files) FILE: pcmk/nova_client.py function register_named (line 25) | def register_named(cls): function named (line 40) | def named(method_name, positionals=[], opts_with_val=[], opts_without_va... function shell_fields (line 58) | def shell_fields(fields): class NovaClientWrapper (line 67) | class NovaClientWrapper(object): method __init__ (line 70) | def __init__(self, version, username, password, tenant_name, auth_url): method service_list (line 82) | def service_list(self, host=None, binary=None): method service_enable (line 88) | def service_enable(self, host, binary): method migration_list (line 95) | def migration_list(self, host=None, status=None, cell_name=None): method _server_migrate (line 101) | def _server_migrate(self, server): method host_servers_migrate (line 117) | def host_servers_migrate(self, host): method handle_method_and_args (line 126) | def handle_method_and_args(self, args_list): function print_list (line 166) | def print_list(objs, fields): function main (line 193) | def main():