-
### Terraform Version
1.2.5
### Affected Resource(s)
- openstack_networking_port_v2
### Terraform Configuration Files
```hcl
resource "openstack_networking_port_v2" "test" {
name …
-
While playing around with PTR records and designate I noticed that I was unable (as admin/system) to list records which were accessible as normal user (test)
```bash
$ openstack --os-cloud test…
-
### Nomad version
```
root@nomad-prod1-0:~/nomad-jobs# nomad version
Nomad v1.8.3
BuildDate 2024-08-13T07:37:30Z
Revision 63b636e5cbaca312cf6ea63e040f445f05f00478
```
### Operating system a…
-
- [ ] add DC and setup
- [ ] setup host with DC
- [ ] Setup DC with Group Policies that we want to test our tools against
---
### Resources
- https://github.com/adrianriobo/tstenvs/blob/ma…
-
**Describe the bug**
```
harvester-vm-import-controller-84b88445cd-9z84n time="2024-09-05T01:42:49Z" level=error msg="vm migration target openSUSE-uefi-secure in VM mr-opensuse-uefi-secre in namespa…
-
I tried to do add custom parameters to my DSN, something like
```
NEUTRON_DSN="neutron:supersecretpass@tcp(db-host.my.domain:3306)/neutron?tls=skip-verify"
```
and got this error:
```
ts=202…
-
### Enhancement Proposal
When using Loki to ingest logs from an Openstack cloud, the inclusion of the `filename` label for each log line can potentially lead to a huge cardinality.
Openstack uses …
-
When using shortname in the name and two machines under different domains have the same one,
mrack mixes information together.
Reproducer:
```
domains:
- name: samba.test
type: samba
…
-
I'm using knife-openstack - 2.1.0 and trying to connect to a openstack using domain to authenticate.
Nova plugin works perfectly, however, using knife-openstack, I received a Fatal error, as you ca…
-
Openstack generates the shared rootLB name from pkg/platform/common/vmlayer/lb.go:GetRootLBName.
Unfortunately this is generated dynamically, so if for instance the AppDNSRoot changes due to changi…