036cf9d9c5
These changes will help developers to quickly setup kuryr along with docker, keystone and neutron using vagrantfile. Complete steps are mentioned in ReadMe. Change-Id: Ia2e16c13a9ae0a6c59991d205f055e3ae8b7b33f Closes-Bug: #1504018
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
export SERVICE_USER=admin
|
|
export SERVICE_PASSWORD=pass
|
|
export SERVICE_TENANT_NAME=admin
|
|
export SERVICE_TOKEN=pass
|
|
export IDENTITY_URL=http://127.0.0.1:5000/v2.0
|