We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa17e9c commit 37f7511Copy full SHA for 37f7511
1 file changed
.github/workflows/action.yaml
@@ -52,6 +52,10 @@ jobs:
52
docker-compose --file docker-compose.build.yaml exec -T $c /bin/bash -c "echo 'username = placement' >> /etc/nova/nova-cpu.conf"
53
docker-compose --file docker-compose.build.yaml exec -T $c /bin/bash -c "echo 'auth_url = http://172.28.0.2/identity' >> /etc/nova/nova-cpu.conf"
54
docker-compose --file docker-compose.build.yaml exec -T $c /bin/bash -c "echo 'auth_type = password' >> /etc/nova/nova-cpu.conf"
55
+
56
+ # Disable namespace in libvirt/qemu.conf
57
+ # https://listman.redhat.com/archives/libvirt-users/2017-February/009734.html
58
+ docker-compose --file docker-compose.build.yaml exec -T $c /bin/bash -c "echo 'namespaces = []' >> /etc/libvirt/qemu.conf"
59
done
60
docker-compose --file docker-compose.build.yaml stop
61
docker ps -a
0 commit comments