modxevil / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

gcloud crashes #523

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Issue running command [gcloud compute instances create].

What steps will reproduce the problem?

What is the expected output? What do you see instead?

Please provide any additional information below.

Traceback (most recent call last):
  File "googlecloudsdk/gcloud_main.py", line 169, in main
    gcloud_cli.Execute()
  File "googlecloudsdk/calliope/cli.py", line 646, in Execute
    result = args.cmd_func(cli=self, args=args)
  File "googlecloudsdk/calliope/backend.py", line 1402, in Run
    resources = command_instance.Run(args)
  File "googlecloudsdk/api_lib/compute/base_classes.py", line 1064, in Run
    request_protobufs = self.CreateRequests(args)
  File "googlecloudsdk/surface/compute/instances/create.py", line 425, in CreateRequests
  File "googlecloudsdk/api_lib/compute/scope_prompter.py", line 315, in CreateZonalReferences
    prefix_filter=region_filter)
  File "googlecloudsdk/api_lib/compute/scope_prompter.py", line 289, in CreateScopedReferences
    prefix_filter=prefix_filter)
  File "googlecloudsdk/api_lib/compute/scope_prompter.py", line 149, in PromptForScope
    attribute, service, flag_names, prefix_filter))
  File "googlecloudsdk/api_lib/compute/scope_prompter.py", line 102, in FetchChoiceResources
    choices = [resource for resource in global_resources]
  File "googlecloudsdk/api_lib/compute/request_helper.py", line 138, in MakeRequests
    requests=requests, http=http, batch_url=batch_url, errors=errors):
  File "googlecloudsdk/api_lib/compute/request_helper.py", line 56, in _List
    batch_url=batch_url)
  File "googlecloudsdk/api_lib/compute/batch_helper.py", line 42, in MakeRequests
[output truncated]

Original issue reported on code.google.com by tama...@google.com on 7 Feb 2016 at 10:36