8c947c52ef
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
3 lines
75 B
Plaintext
3 lines
75 B
Plaintext
export IRONIC_URL=http://localhost:6385/
|
|
export OS_AUTH_TOKEN='fake-token'
|