Comment 3 for bug 1429062

Revision history for this message
Boris Derzhavets (bderzhavets) wrote :

Provided patch updates novadocker/virt/docker/vifs.py, actually adding to 9d06520645f28d96ef905a709f8ff0c27842b58b missing lines
+ utils.execute('ip', 'netns', 'exec', container_id, 'ip', 'link',
+ 'set', if_remote_name,'up',run_as_root=True)