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

This commit is contained in:
Zuul 2020-06-12 06:18:42 +00:00 committed by Gerrit Code Review
commit 2533e320ca
1 changed files with 1 additions and 0 deletions

View File

@ -499,6 +499,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