Skip to content

Commit 04b848c

Browse files
committed
XXX: use custom nova also in controller
Signed-off-by: Stefan Kober <stefan.kober@cyberus-technology.de> On-behalf-of: SAP stefan.kober@sap.com
1 parent 6a643ba commit 04b848c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/openstack-live-migration.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ pkgs.nixosTest {
127127
imports = [
128128
nixosModules.controllerModule
129129
nixosModules.testModules.testController
130+
(
131+
{ ... }:
132+
{
133+
nova.novaPackage = novaPkg;
134+
}
135+
)
130136
];
131137
};
132138

@@ -144,6 +150,7 @@ pkgs.nixosTest {
144150
'';
145151
virtualisation.libvirtd.extraConfig = ''
146152
listen_tls = 0
153+
log_level = 3
147154
listen_tcp = 1
148155
auth_tcp = "none"
149156
'';
@@ -169,6 +176,7 @@ pkgs.nixosTest {
169176
virtualisation.libvirtd.extraConfig = ''
170177
listen_tls = 0
171178
listen_tcp = 1
179+
log_level = 3
172180
auth_tcp = "none"
173181
'';
174182

0 commit comments

Comments
 (0)