9a7ce4f83c
Currently, keystone_authtoken.auth_url is working at `http://127.0.0.1/identity`, not `http://127.0.0.1:5000` as shown in sample vim_config.yaml. So this patch aims to update the outdated auth_url in vim_config.yaml file Change-Id: I9e66ab5cd365c7bc70c80974fa891fc2e6ddd96f
7 lines
179 B
YAML
7 lines
179 B
YAML
auth_url: 'http://localhost/identity'
|
|
username: 'nfv_user'
|
|
password: 'devstack'
|
|
project_name: 'nfv'
|
|
project_domain_name: 'Default'
|
|
user_domain_name: 'Default'
|
|
cert_verify: 'False' |