Questions tagged [openstack]
OpenStack (http://openstack.org) is a collection of open source projects that enables an open, scalable cloud infrastructure. The core of OpenStack is meant to provide consistent APIs and interfaces to a variety of potential back-ends.
34 questions
0 votes
0 answers
15 views
Encryption in transit in OpenStack
I want to setup encryption in transit for services in a private subnet (not reachable from the internet) on openstack. The infra/platform is setup with terraform + cloud-init. Apparently, the easiest ...
0 votes
0 answers
19 views
Openstack SkylineUI domain management
I recently deployed openstack 2025.1 via kolla-ansible, everything working fine using skylineUI console, but there're some issue when it comes to domain management. As far as I can check, skylineUI ...
0 votes
0 answers
141 views
Devstack installation fails with the error [email protected] failed
I am trying to install devstack with the following configuration: cat local.conf [[local|localrc]] ADMIN_PASSWORD=openstack DATABASE_PASSWORD=openstack RABBIT_PASSWORD=openstack SERVICE_PASSWORD=...
0 votes
1 answer
1k views
Terraform's OpenStack provider: Error: One of 'auth_url` or 'cloud` must be specified
When I run terraform apply (but not terraform validate) I get the following error, Error: Invalid provider configuration Provider "registry.terraform.io/terraform-provider-openstack/openstack&...
0 votes
1 answer
50 views
Does OpenStack meta data carry the remote-exec provisioner stanza?
I have a Terraform HCL file with a remote-exec provisioner that looks like this.. resource "openstack_compute_instance_v2" "sandboxvm" { provisioner "remote-exec" { ...
-1 votes
1 answer
406 views
What is the ip address of the OpenStack metadata server, and how can I query it?
Where is the OpenStack metadata server located? What can I do query it?
0 votes
1 answer
67 views
Is it possible to download a "clouds.yaml" file for an Application Credential that already exists?
When I log into OpenStack Horizons, under Identity → Application Credentials I can see the name of the credential but I do not have the clouds.yaml file anymore. Can I download the clouds.yaml for ...
0 votes
1 answer
677 views
How can I get my clouds.yaml file from OpenStack Horizons?
OpenStack can export a configuration file called clouds.yaml. How do I export this file from the Horizon's interface?
0 votes
1 answer
529 views
How can I configure OpenStack authentication for Terraform?
I want to use some company terraform files. They all rely on authentication to OpenStack which is the resource they're provisioning from. How can I configure this?
1 vote
1 answer
102 views
Does OpenStack Horizons expose iops numbers for instances and volumes?
OpenStack has the ability to set iops quotas with Teraform using openstack_blockstorage_qos_v3 which seems to correspond to Block Storage API 3 in OpenStack. My question is on setting the qos_specs ...
1 vote
1 answer
535 views
Variable for Terraform Workspace name?
When I run terraform apply in a new workspace, I get openstack_networking_port_secgroup_associate_v2.network_project_k3s: Creation complete after 1s [id=4543b73b-541e-40c3-a311-5b1f553b9d58] ╷ │ Error:...
1 vote
1 answer
85 views
OpenStack API Access over secondary ethernet connection or NIC
I am trying to configure my server to utilize a secondary NIC card. I want the server to publish API access on both NICs at the same time. See the attached picture for a configuration diagram that ...
0 votes
1 answer
806 views
How do you a initialize a new volume without a file system or partition table?
I'm using OpenStack and I am trying to provision a compute resource on it. I want that compute resource to attach to a volume. We have three things in play. Volume openstack_blockstorage_volume_v3 ...
0 votes
1 answer
76 views
How can I get more information about an OpenStack extension?
There is something (still not exactly sure because of the documentation) that allows DNS internal resolution in OpenStack through an extension. I'm wondering if any of these do that deed (from the ...
0 votes
1 answer
72 views
What does "extension list" show in the OpenStack cli?
Are these extensions shown with OpenStack's client openstack extension list extensions that are available or extensions that are enabled? I ask, because there is a notion of an extension that is not ...