bifrost/env-vars
Ricardo Carrillo Cruz 8c947c52ef Set OS_AUTH_TOKEN to dummy string, instead of empty space
Setting the OS_AUTH_TOKEN to empty space as stated on the docs
and env-vars no longer works, it errors out a message from requests
library.
Changing to dummy 'fake-token' fixes this.

Change-Id: Ia02aa3c56e7231a33a02474d01e9a7a2e6bfc223
Closes-Bug: #1612577
2016-08-15 12:21:53 +00:00

3 lines
75 B
Plaintext

export IRONIC_URL=http://localhost:6385/
export OS_AUTH_TOKEN='fake-token'