Merge "Support YAML oslo policy file in software"

This commit is contained in:
Zuul
2025-12-01 14:43:59 +00:00
committed by Gerrit Code Review
3 changed files with 2 additions and 4 deletions

View File

@@ -47,8 +47,8 @@ override_dh_install:
${ROOT}/etc/init.d/reset-boot-counter
install -m 600 service-files/software.conf \
${ROOT}/etc/software/software.conf
install -m 644 service-files/policy.json \
${ROOT}/etc/software/policy.json
install -m 644 service-files/policy.yaml \
${ROOT}/etc/software/policy.yaml
install -m 444 service-files/pmon-software-controller-daemon.conf \
${PMONDIR}/software-controller-daemon.conf
install -m 444 service-files/pmon-software-agent.conf \

View File

@@ -1,2 +0,0 @@
{
}

View File