-
Current code assumes that if a Node has been removed from the list on `UpdateLoadBalancer()`, we don't care about it's security group.
We could update `applyNodeSecurityGroupIDForLB()` to also lookup…
-
I have an odd issue. I have this root terragrunt.hcl:
```hcl
# ---------------------------------------------------------------------------------------------------------------------
# TERRAGRUNT CO…
-
openstack is installed by kolla. prometheus is not enabled by default.
After installing the prom_openstack_exporter, the error is reported as follows
```
[root@3D01 kolla]# curl http://10.0.xx.xx…
-
refs:
- https://gerrit.mcp.mirantis.com/c/packaging/sources/neutron/+/198875
- https://docs.openstack.org/neutron/latest/ovn/ovn_agent.html
-
Hi there,
Found a bug with **openstack_compute_instance_v2** resource. **openstack_compute_instance_v2** overrides security groups on connected port but it should not.
Provider version: v1.49
…
-
We need to add a .kitchen.cloud.yml file to make sure the cookbook runs on openstack. The reason this wasn't done intially because I didn't want to fix too many moving parts at once.
-
Hi,
When I add `delete_default_rules = true` to `openstack_networking_secgroup_v2` and run Terraform it try to replace the security group and update the networking port in-place.
### Terraform V…
-
Security group rule operations are serialized by #994. This seems to have been done to workaround a bug in "Contrail." Neutron does not have this defect and can preform security group rule operations …
-
### Terraform Version
1.2.5
### Affected Resource(s)
- openstack_networking_port_v2
### Terraform Configuration Files
```hcl
resource "openstack_networking_port_v2" "test" {
name …
-
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
…