be6d6294f9
Implements bp pluggable-auth Change-Id: I2a6e3b1ab4c50200ece64a2e07bf81e9e6467efd
11 lines
384 B
Bash
11 lines
384 B
Bash
# This file is intended to be sourced to convert old-style NOVA environment
|
|
# variables to new-style OS.
|
|
#
|
|
# The plan is to add this to novarc, but until that lands, it's useful to have
|
|
# this in Glance.
|
|
export OS_AUTH_USER=$NOVA_USERNAME
|
|
export OS_AUTH_KEY=$NOVA_API_KEY
|
|
export OS_AUTH_TENANT=$NOVA_PROJECT_ID
|
|
export OS_AUTH_URL=$NOVA_URL
|
|
export OS_AUTH_STRATEGY=$NOVA_AUTH_STRATEGY
|