Skip to content

Commit

Permalink
ncm-opennebula: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosimon committed Dec 3, 2024
1 parent e015075 commit fa33d4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions ncm-opennebula/src/main/resources/tests/profiles/vm.pan
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,14 @@ prefix "/system/opennebula";
"eth0", "br100",
"eth1", "br101",
"eth2", "br101",
"eth3", "br101");
"eth3", "br101",
);

"datastore" = dict(
"vda", "ceph",
"vdb", "default",
"vdc", "rdm");
"vdc", "rdm",
);

"diskrdmpath" = dict(
"vdc", "/dev/sdc",
Expand Down
6 changes: 4 additions & 2 deletions ncm-opennebula/src/test/resources/vm.pan
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,13 @@ prefix "/system/opennebula";
"eth0", "altaria.os",
"eth1", "altaria.vsc",
"eth2", "altaria.vsc",
"eth3", "altaria.vsc");
"eth3", "altaria.vsc",
);

"datastore" = dict(
"vda", "ceph.altaria",
"vdb", "ceph.altaria");
"vdb", "ceph.altaria",
);

"graphics" = "SPICE";

Expand Down

0 comments on commit fa33d4e

Please sign in to comment.