Zun

Cannot rebuild a networkless container

Bug #1764600 reported by hongbin
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Zun
Triaged
Low
Unassigned

Bug Description

Description
===========
Create a container and detach its network. The rebuild will fail on this container.

Reproduce
=========
$ CID=$(zun run nginx | awk '/ uuid /{print $4}')
$ zun network-list $CID # print a list of networks of the container
$ zun network-detach $CID private
$ zun network-list $CID # print an empty list
$ zun rebuild $CID
$ zun list # You should see the container failed

zun-compute log: http://paste.openstack.org/show/719335/

Expected
========
The container should rebuild successfully

Actual
======
The rebuild failed

hongbin (hongbin034)
Changed in zun:
importance: Undecided → Low
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.