Merge "Ironic create_swift_temp_url_key use internal edpoint" into stable/train

This commit is contained in:
Zuul 2020-06-12 04:36:28 +00:00 committed by Gerrit Code Review
commit 340038e3b8
1 changed files with 1 additions and 0 deletions

View File

@ -489,6 +489,7 @@ outputs:
export OS_USERNAME=$(crudini --get /etc/ironic/ironic.conf swift username) export OS_USERNAME=$(crudini --get /etc/ironic/ironic.conf swift username)
export OS_PASSWORD=$(crudini --get /etc/ironic/ironic.conf swift password) 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_AUTH_URL=$(crudini --get /etc/ironic/ironic.conf swift auth_url)
export OS_INTERFACE=internal
export OS_AUTH_TYPE=password export OS_AUTH_TYPE=password
export OS_IDENTITY_API_VERSION=3 export OS_IDENTITY_API_VERSION=3