Skip to main content

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.

0 votes
0 answers
15 views

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 ...
user2268997's user avatar
0 votes
0 answers
19 views

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 ...
Khang Le's user avatar
0 votes
0 answers
141 views

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=...
badger's user avatar
  • 123
0 votes
1 answer
1k views

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&...
Evan Carroll's user avatar
  • 3,081
0 votes
1 answer
50 views

I have a Terraform HCL file with a remote-exec provisioner that looks like this.. resource "openstack_compute_instance_v2" "sandboxvm" { provisioner "remote-exec" { ...
Evan Carroll's user avatar
  • 3,081
-1 votes
1 answer
406 views

Where is the OpenStack metadata server located? What can I do query it?
Evan Carroll's user avatar
  • 3,081
0 votes
1 answer
67 views

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 ...
Evan Carroll's user avatar
  • 3,081
0 votes
1 answer
677 views

OpenStack can export a configuration file called clouds.yaml. How do I export this file from the Horizon's interface?
Evan Carroll's user avatar
  • 3,081
0 votes
1 answer
529 views

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?
Evan Carroll's user avatar
  • 3,081
1 vote
1 answer
102 views

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 ...
Evan Carroll's user avatar
  • 3,081
1 vote
1 answer
535 views

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:...
Evan Carroll's user avatar
  • 3,081
1 vote
1 answer
85 views

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 ...
Taylor Eisman's user avatar
0 votes
1 answer
806 views

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 ...
Evan Carroll's user avatar
  • 3,081
0 votes
1 answer
76 views

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 ...
Evan Carroll's user avatar
  • 3,081
0 votes
1 answer
72 views

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 ...
Evan Carroll's user avatar
  • 3,081

15 30 50 per page