vagrant-rackspace
vagrant-rackspace copied to clipboard
Issues creating a Rackconnected server
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
@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.
Is there any additional info about how to solve this?