Initial release of the oVirt/RHV Engine API simulator.
Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""oVirt / RHV Engine API simulator domain package."""
|
||||
|
||||
__all__ = ["mount_ovirt_routes"]
|
||||
|
||||
|
||||
def mount_ovirt_routes(*args, **kwargs): # lazy re-export
|
||||
from app.ovirt.mount import mount_ovirt_routes as _mount
|
||||
|
||||
return _mount(*args, **kwargs)
|
||||
Reference in New Issue
Block a user