spec/endpoint.yml.example in rbovirt-0.0.28 vs spec/endpoint.yml.example in rbovirt-0.0.29
- old
+ new
@@ -1,5 +1,9 @@
+# This is example configuration for integration tests and it should
+# work out-of-box with all-in-one oVirt setup
+url: "https://localhost/api"
user: "admin@internal"
-password: "secret"
-url: "http://ovirt.example.com/api"
-network: 'ovirtmgmt'
+password: "ovirt"
+datacenter: "local_datacenter"
+cluster: "local_cluster"
+network: "ovirtmgmt"