Hide Forgot
Description of problem: I found typos in the following strings: Cannot ${action} ${type}. NetworkAttachment (id ${$referrerId}) does not reference nic coherently. Nic name and id reference different nics: nicId ${referringId} nicName ${referringName}}. Version-Release number of selected component (if applicable):4.0 Actual results: (id ${$referrerId}) ${referringName}} Expected results: (id ${referrerId}) ${referringName} Additional info:
A similar error found in: Cannot ${action} ${type}. NetworkAttachment (id ${referrerId}) does not reference network coherently. Network name and id reference different networks: networkId ${referringId} networkName ${referringName}}. ${referringName}} => ${referringName}
Alona, how can i test it?
Send setup network via rest api. For example you can add an attachment to a nic - 1. supply the nic name of one nic and the nic id of another nic. 2. supply the network name of one network and the network id of another network.
Hi Yuko, Tested on 4.0.1.1-0.1.el7ev - [Cannot setup Networks. NetworkAttachment (id null) does not reference nic coherently. Nic name and id reference different nics: nicId 696ee82f-af02-4607-83f7-68f369404f9f nicName ens1f0.] - [Cannot setup Networks. NetworkAttachment (id null) does not reference network coherently. Network name and id reference different networks: networkId 9c92de73-ebf9-470a-bd78-b767320d9c0b networkName n3.] Is this is the expected result^^ ?
Hi Michael, I confirmed the updated messages in zanata. They are properly fixed as follows. Cannot ${action} ${type}. NetworkAttachment (id ${referrerId}) does not reference network coherently. Network name and id reference different networks: networkId ${referringId} networkName ${referringName}. Cannot ${action} ${type}. NetworkAttachment (id ${referrerId}) does not reference nic coherently. Nic name and id reference different nics: nicId ${referringId} nicName ${referringName}. Kind regards, Yuko