Set OS_AUTH_TYPE to password in openrc admin

This is part of gnocchi integration.

Story: 2002825
Task: 22871

Change-Id: I6f45a727cc971c6c04c9e3eadabaed60159f88d7
Signed-off-by: Jack Ding <jack.ding@windriver.com>
This commit is contained in:
Angie Wang 2018-07-09 10:05:16 -04:00 committed by Jack Ding
parent a13b2d7369
commit f458a7ba4e
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export CINDER_ENDPOINT_TYPE=internalURL
export OS_USERNAME=<%= @admin_username %>
export OS_PASSWORD=`TERM=linux <%= @keyring_file %> 2>/dev/null`
export OS_AUTH_TYPE=password
export OS_AUTH_URL=<%= @identity_auth_url %>
export OS_PROJECT_NAME=<%= @admin_project_name %>