We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I keep receiving 504 HTTP errors when trying to create security groups:
Here is my terraform sample:
I don't think there is anything weird here. (I'm provisioning this on GRA1)
Anything special I should now?
The text was updated successfully, but these errors were encountered: