Lines Matching refs:cfg
108 def GetRemoteInstances(cfg): argument
119 credentials = auth.CreateCredentials(cfg)
120 compute_client = gcompute_client.ComputeClient(cfg, credentials)
185 def GetInstances(cfg): argument
194 return GetRemoteInstances(cfg) + GetLocalInstances()
212 def ChooseInstances(cfg, select_all_instances=False): argument
226 instances = GetInstances(cfg)
232 def ChooseOneRemoteInstance(cfg): argument
247 instances_list = GetCFRemoteInstances(cfg)
289 def GetInstancesFromInstanceNames(cfg, instance_names): argument
304 return FilterInstancesByNames(GetInstances(cfg), instance_names)
335 def GetCFRemoteInstances(cfg): argument
344 instances = GetRemoteInstances(cfg)
355 cfg = config.GetAcloudConfig(args)
356 if not args.local_only and cfg.SupportRemoteInstance():
357 instances.extend(GetRemoteInstances(cfg))