Seems fresh cup cofee is helping
Post streams update fubar issues
# Fix dependancy issues
yum update --allowerasing
# List VMs read only and bypass password issue.. uh.. bueller... I know it has VMs..
[root@odin ~]# virsh --readonly list
Id Name State
--------------------
# Set password so virsh with admin account works
[root@odin ~]# saslpasswd2 -a libvirt admin
Password:
Again (for verification):
[root@odin ~]# virsh list --all
Please enter your authentication name: admin
Please enter your password:
Id Name State
------------------------------------
- HostedEngineLocal shut off
[root@odin ~]# virsh start HostedEngineLocal
Please enter your authentication name: admin
Please enter your password:
error: Failed to start domain HostedEngineLocal
error: Requested operation is not valid: network 'default' is not active
[root@odin ~]#
....
Now looking into OVS side. But game for other suggestions as this seems like a bit of a
hack to get it working