We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dnsPublishFixedIP
I'm trying to create a subnet with:
--- apiVersion: openstack.k-orc.cloud/v1alpha1 kind: Subnet metadata: name: create-full-v4 spec: cloudCredentialsRef: cloudName: devstack secretName: openstack-clouds managementPolicy: managed networkRef: create-full-v4 resource: [snip] dnsPublishFixedIP: true
It returns a status with:
status: resource: [snip] dnsPublishFixedIP: false
Perhaps that's just an OpenStack thing, where my environment does not support this option.
The text was updated successfully, but these errors were encountered:
I've tried to debug in #203. From what I could see:
dns_publish_fixed_ip
This most likely means that ORC is doing the right thing and that we're seeing there is only an environmental problem.
Sorry, something went wrong.
After reading the designate and neutron related docs looks like we're missing a few steps:
dns_domain
neutron.conf
dns
extension_drivers
Successfully merging a pull request may close this issue.
I'm trying to create a subnet with:
It returns a status with:
Perhaps that's just an OpenStack thing, where my environment does not support this option.
The text was updated successfully, but these errors were encountered: