Merge branch '4.19' of https://github.com/apache/cloudstack into 4.20

This commit is contained in:
Pearl Dsilva 2025-04-18 18:29:16 -04:00
commit a95e9d7f77
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid
python3 -m pip install --user --upgrade urllib3 lxml paramiko nose texttable ipmisim pyopenssl pycrypto mock flask netaddr pylint pycodestyle six astroid pynose
- name: Install jacoco dependencies
run: |

View File

@ -82,7 +82,7 @@ class CsDhcp(CsDataBag):
CsHelper.service("dnsmasq", "reload")
def configure_server(self):
# self.conf.addeq("dhcp-hostsfile=%s" % DHCP_HOSTS)
self.conf.add("bind-interfaces", 0)
idx = 0
listen_address = ["127.0.0.1"]
for i in self.devinfo: