Fix indentation

This commit is contained in:
Joshua Boniface 2024-10-25 02:57:24 -04:00
parent 004be3de16
commit 9039bc0b9d
1 changed files with 80 additions and 81 deletions

View File

@ -214,7 +214,6 @@ As mentioned above, the `VMBuilderScript` instance includes several instance var
* `self.vm_data`: A full dictionary representation of the data provided by the PVC provisioner about the VM. Includes many useful details for crafting the VM configuration and setting up disks and networks. An example, in JSON format:
```
{
"ceph_monitor_list": [
"hv1.pvcstorage.tld",
@ -294,7 +293,7 @@ As mentioned above, the `VMBuilderScript` instance includes several instance var
}
]
}
```
Since the `VMBuilderScript` runs within its own context but within the PVC Provisioner/API system, it is possible to use many helper libraries from the PVC system itself, including both the built-in daemon libraries (used by the API itself) and several explicit provisioning script helpers. The following are commonly-used (in the examples) imports that can be leveraged: