Comment 2 for bug 1775815

Revision history for this message
Mark Duggan (mark-duggan-t) wrote : Re: [Bug 1775815] Re: Need to be able to config proxy settings inside glance_api container

Hi Eduardo,

I'm wanting to re-implement a preferred method already used in Magnum.
See this review: https://review.openstack.org/#/c/509713/

We don't want to burn the proxy settings into the images and prefer to
use this method when importing images to glance

On 06/08/2018 12:24 PM, Eduardo Gonzalez wrote:
> Hi,
>
> During image build proxies can be configured as extended code block as
> defined in documentation https://docs.openstack.org/kolla/latest/admin
> /image-building.html#building-behind-a-proxy
>
> or configure docker to add proxy settings
> https://docs.docker.com/network/proxy/#set-the-environment-variables-
> manually
>
> or setting container_proxy to your docker_common_options
> https://github.com/openstack/kolla-
> ansible/blob/e88b9a7ad491e0c1b4575d1eb86d37e4e7cf55e7/ansible/group_vars/all.yml#L106
>