From 20bb24a0edee1773a76e8071b38648dee8797ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Mon, 8 Jun 2020 17:02:34 +0200 Subject: [PATCH] Ironic create_swift_temp_url_key use internal edpoint Set OS_INTERFACE=internal in the container config script creating temporary URL's. Closes-Bug: #1882545 Change-Id: Idb068b7ba2ca77babc3a019d5f60ca0cf7ebb2d6 (cherry picked from commit 95563da90f2123a35427d7d6ffbb5663d0d6e514) --- deployment/ironic/ironic-conductor-container-puppet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/ironic/ironic-conductor-container-puppet.yaml b/deployment/ironic/ironic-conductor-container-puppet.yaml index 2f0f22817c..a2775aca5d 100644 --- a/deployment/ironic/ironic-conductor-container-puppet.yaml +++ b/deployment/ironic/ironic-conductor-container-puppet.yaml @@ -489,6 +489,7 @@ outputs: export OS_USERNAME=$(crudini --get /etc/ironic/ironic.conf swift username) export OS_PASSWORD=$(crudini --get /etc/ironic/ironic.conf swift password) export OS_AUTH_URL=$(crudini --get /etc/ironic/ironic.conf swift auth_url) + export OS_INTERFACE=internal export OS_AUTH_TYPE=password export OS_IDENTITY_API_VERSION=3