Skip to content

Timeout when creating secgroup from Terraform #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Soulou opened this issue Nov 27, 2018 · 0 comments
Open

Timeout when creating secgroup from Terraform #16

Soulou opened this issue Nov 27, 2018 · 0 comments

Comments

@Soulou
Copy link

Soulou commented Nov 27, 2018

I keep receiving 504 HTTP errors when trying to create security groups:

* openstack_networking_secgroup_v2.sg_fronts: 1 error(s) occurred:

* openstack_networking_secgroup_v2.sg_fronts: Expected HTTP response code [201 202] when accessing [POST https://network.compute.gra1.cloud.ovh.net/v2.0/security-groups], but got 504 instead
<html><body><h1>504 Gateway Time-out</h1>
The server didn't respond in time.
</body></html>

Here is my terraform sample:

resource "openstack_networking_secgroup_v2" "sg_fronts" {
  name     = "sg_fronts"
  provider = "openstack.ovh"
}

I don't think there is anything weird here. (I'm provisioning this on GRA1)

Anything special I should now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant