bifrost/env-vars
Mark Goddard 6a0ef585a9 Update env-vars and openrc to use openstack CLI
The ironic CLI is deprecated, and use of OS_AUTH_TOKEN causes problems
when set during deploy-dynamic.yaml, so we should move to recommending
use of the openstack CLI instead.

Change-Id: I7aa969385962008505db3115fc7e86b2729f26ee
Story: 2005034
Task: 29523
2019-02-20 18:50:21 +00:00

3 lines
66 B
Plaintext

export OS_URL=http://localhost:6385/
export OS_TOKEN='fake-token'