We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a643ba commit 04b848cCopy full SHA for 04b848c
1 file changed
tests/openstack-live-migration.nix
@@ -127,6 +127,12 @@ pkgs.nixosTest {
127
imports = [
128
nixosModules.controllerModule
129
nixosModules.testModules.testController
130
+ (
131
+ { ... }:
132
+ {
133
+ nova.novaPackage = novaPkg;
134
+ }
135
+ )
136
];
137
};
138
@@ -144,6 +150,7 @@ pkgs.nixosTest {
144
150
'';
145
151
virtualisation.libvirtd.extraConfig = ''
146
152
listen_tls = 0
153
+ log_level = 3
147
154
listen_tcp = 1
148
155
auth_tcp = "none"
149
156
@@ -169,6 +176,7 @@ pkgs.nixosTest {
169
176
170
177
171
178
179
172
180
173
181
174
182
0 commit comments