juju / charm-helpers

Apache License 2.0
18 stars 127 forks source link

Fix dynamic ipv6 address check & DNS tests #878

Open rhxto opened 6 months ago

rhxto commented 6 months ago

I ran make tests and they all pass. The DNS issue is not reported because I ran into it while testing my changes. This is my first time contributing to anything open source, so I would love your feedback on this merge request : )

Fixes #877

PS: as cited in the issue, I ran into this while using ceph-osd. Manually changing the file like in this merge request fixed it.