tripleo-image-elements/elements/boot-stack/os-apply-config/root/stackrc

8 lines
224 B
Plaintext

export NOVA_VERSION=1.1
export OS_PASSWORD={{admin-password}}
export OS_AUTH_URL=http://{{keystone.host}}:5000/v2.0
export OS_USERNAME=admin
export OS_TENANT_NAME=admin
export COMPUTE_API_VERSION=1.1
export OS_NO_CACHE=True