-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
6.8.0
When changing the name of the datacenter compute profiles still reference the old path, seen in the api here:
Result of GET https://satellite.example.com/api/v2/compute_resources
description :
url : vCenter.example.com
id : 4
name : vCenter_Name
provider : Vmware
provider_friendly_name : VMware
user : vcenter_login
datacenter :
server : vcenter.server.example.com
set_console_password : True
caching_enabled : True
But the compute profiles associated with the updated compute resource are still using the old datacenter path of /Datacenters/<old name>/vm (which no longer exists):
From GET https://satellite.example.com/api/v2/compute_profiles/6
id : 12
name : 2 CPUs and 2048 MB memory
compute_resource_id : 4
compute_resource_name : vCenter
provider_friendly_name : VMware
compute_profile_id : 6
compute_profile_name : Base OS
vm_attrs : @
Correcting the resource only requires editing the profile and submitting the profile again and the path is fixed, no direct changes are necessary.
Related to bug 1440711