mitchellh / vagrant-rackspace

Use Vagrant to manage Rackspace Cloud instances.
MIT License
236 stars 155 forks source link

Issues creating a Rackconnected server #150

Open machodeveloper opened 8 years ago

machodeveloper commented 8 years ago

I am receiving the following error when trying to create a server in a Rackconnected region.

==> default: Launching a server with the following settings... ==> default: -- Flavor: 4 GB General Purpose v1 ==> default: -- Image: Windows Server 2012 R2 ==> default: -- Networks: ["00000000-0000-0000-0000-000000000000", "11111111-1111-1111-1111-111111111111", "defined_network"] ==> default: -- Name: vagrant_win_test [fog][WARNING] Received exception '814: unexpected token at 'Forbidden

Access was denied to this resource.

Networks (00000000-0000-0000-0000-000000000000) not allowed '' while decoding>> 403 Forbidden

I am able to create one successfully if I modify some code in the config.rb file to not pass in the public net id into the networks array. Is there another way to modify how this can be set or disabled?

Thanks Michael

tykeal commented 8 years ago

@machodeveloper what code are you changing? I'm running into the same issue and when I modify the default networks in config.rb to not include the PUBLIC_NET_ID I still get the error.

patakijv commented 7 years ago

Is there any additional info about how to solve this?