Juju openstack-dashboard creates incorrect config
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charm Helpers |
Invalid
|
Undecided
|
Unassigned |
Bug Description
This bug seems similar to
https:/
https:/
but does not fit this one
https:/
As I use MAAS 3.2.8, and the DNS records are return correctly
cloud.someregio
120.134.
The error I see is:
```
Jul 20 16:05:49 juju-aeacd6-
Jul 20 16:05:49 juju-aeacd6-
```
It creates VirtualHosts for nonexisting endpoints (internal and admin)
These two tuples are results of receiving back vip as endpoint
```
[('10.169.129.192', '10.169.134.120'), ('10.169.129.192', '10.169.134.120'), ... ]
```
in this piece of code
https:/
These are the tuples
```
[('10.169.129.192', '10.169.134.120'), ('10.169.129.192', '10.169.134.120'), ('10.169.129.192', 'cloud.
```
after applying set() on that list, the final context is like following
```
{'namespace': 'horizon', 'endpoints': [('10.169.129.192', '10.169.134.120', 433, 423), ('10.169.129.192', 'cloud.
```
That issue blocks the deployment. It is critical
Changed in charm-helpers: | |
status: | New → Invalid |
private sos report: https:/ /drive. google. com/file/ d/1IHau3dtbuhKz tT0_uqR8vKEG7V3 37jCl/view? usp=drive_ link
FIXED LINK