# viocli start services
2024/06/12 15:58:31 request to start services already made
VMware Integrated Openstack 7.3
error syncing key (openstack/<vio-clustername>): failed to create new OSDeplopyment helper: can not add service CR: could not find compute-<uuid> in kind NovaCompute in namespace openstack
ssh to vio-manager and remove the following under spec.services:
#osctl edit osdeployment
...
- conf: NovaCompute:compute-<uuid>
name: compute-<uuid>
service: nova-compute
- conf: CeilometerAgent:ceilometer-agent<#>
name: ceilometer-agent-<uuid>
service: cv-agent
NOTE: Do not remove the same content under status.processedSpec.services
Save the change and openstack-controller should start services automatically.