Comment 5 for bug 1541598

Revision history for this message
Thomas Goirand (thomas-goirand) wrote : Re: Fuel doesn't allow to specify [trusted=yes] for repos

The stuff allowing unauthenticated repository simply doesn't work, unfortunately. When creating the ibp image, apt-get -y update just fails and the deployment stops.

I tried to hack in fuel_agent/utils/build.py#L515-L517 to make it download my repo key using curl, but this just fails.

All that leads me to the conclusion that the pre_apt_get() function is just called too late when fa_build_image runs.

This is a major blocker for my port of Fuel master node to Debian as well. Please this this with a high priority.