
10 May
2016
10 May
'16
10:29 a.m.
Le 10 mai 2016 à 09:55, Alona Kaplan <alkaplan@redhat.com> a écrit :
You should modify the already existing network_attachment. Here, since you don't pass the existing attachment 'id', we're trying to create a new attachment. Since you didn't remove the old one, we get two attachments for the same network. The old one is still attached to 'eth0', that's why you get the error.
You have to specify the attachment 'id' on the attachment you're updating and it should work.
That's quite logical. Thank you.